diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_common_webui__url__constants.h')
-rw-r--r-- | www/iridium/files/patch-chrome_common_webui__url__constants.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www/iridium/files/patch-chrome_common_webui__url__constants.h b/www/iridium/files/patch-chrome_common_webui__url__constants.h deleted file mode 100644 index dc27881da387..000000000000 --- a/www/iridium/files/patch-chrome_common_webui__url__constants.h +++ /dev/null @@ -1,32 +0,0 @@ ---- chrome/common/webui_url_constants.h.orig 2020-03-16 18:40:30 UTC -+++ chrome/common/webui_url_constants.h -@@ -275,7 +275,7 @@ bool IsSystemWebUIHost(base::StringPiece host); - extern const char kChromeUICastHost[]; - #endif - --#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) -+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) - extern const char kChromeUIDiscardsHost[]; - extern const char kChromeUIDiscardsURL[]; - extern const char kChromeUIHatsHost[]; -@@ -287,17 +287,17 @@ extern const char kChromeUIHatsURL[]; - extern const char kChromeUILinuxProxyConfigHost[]; - #endif - --#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) -+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD) - extern const char kChromeUISandboxHost[]; - #endif - - #if defined(OS_WIN) || defined(OS_MACOSX) || \ -- (defined(OS_LINUX) && !defined(OS_CHROMEOS)) -+ (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) - extern const char kChromeUIBrowserSwitchHost[]; - extern const char kChromeUIBrowserSwitchURL[]; - #endif - --#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) -+#if ((defined(OS_LINUX) || defined(OS_BSD)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) - extern const char kChromeUITabModalConfirmDialogHost[]; - #endif - |