Iridium is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services is inhibited and only occurs with consent. WWW: https://iridiumbrowser.de/
11 lines
295 B
C
11 lines
295 B
C
--- chrome/browser/platform_util.h.orig 2017-04-19 19:06:29 UTC
|
|
+++ chrome/browser/platform_util.h
|
|
@@ -40,7 +40,7 @@ enum OpenOperationResult {
|
|
enum OpenItemType {
|
|
OPEN_FILE,
|
|
OPEN_FOLDER,
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
SHOW_ITEM_IN_FOLDER
|
|
#endif
|
|
};
|