mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
295 B
C
11 lines
295 B
C
--- chrome/browser/platform_util.h.orig 2019-06-04 18:55:17 UTC
|
|
+++ chrome/browser/platform_util.h
|
|
@@ -41,7 +41,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
|
|
};
|