diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_common_chrome__features.h')
-rw-r--r-- | www/iridium/files/patch-chrome_common_chrome__features.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/iridium/files/patch-chrome_common_chrome__features.h b/www/iridium/files/patch-chrome_common_chrome__features.h deleted file mode 100644 index d23bca53bf82..000000000000 --- a/www/iridium/files/patch-chrome_common_chrome__features.h +++ /dev/null @@ -1,15 +0,0 @@ ---- chrome/common/chrome_features.h.orig 2020-03-16 18:40:30 UTC -+++ chrome/common/chrome_features.h -@@ -68,10 +68,10 @@ extern const base::Feature kAppServiceShelf; - - COMPONENT_EXPORT(CHROME_FEATURES) extern const base::Feature kAsyncDns; - --#if defined(OS_WIN) || defined(OS_LINUX) -+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) - COMPONENT_EXPORT(CHROME_FEATURES) - extern const base::Feature kBackgroundModeAllowRestart; --#endif // defined(OS_WIN) || defined(OS_LINUX) -+#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) - - COMPONENT_EXPORT(CHROME_FEATURES) - extern const base::Feature kBlockRepeatedNotificationPermissionPrompts; |