diff options
Diffstat (limited to 'devel/electron6/files/patch-chrome_browser_platform__util.h')
-rw-r--r-- | devel/electron6/files/patch-chrome_browser_platform__util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron6/files/patch-chrome_browser_platform__util.h b/devel/electron6/files/patch-chrome_browser_platform__util.h deleted file mode 100644 index 4f985533045f..000000000000 --- a/devel/electron6/files/patch-chrome_browser_platform__util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/platform_util.h.orig 2019-09-10 10:42:29 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 - }; |