diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_webui_url_constants.h')
-rw-r--r-- | www/chromium/files/patch-chrome_common_webui_url_constants.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_common_webui_url_constants.h b/www/chromium/files/patch-chrome_common_webui_url_constants.h new file mode 100644 index 000000000000..e53b479f7301 --- /dev/null +++ b/www/chromium/files/patch-chrome_common_webui_url_constants.h @@ -0,0 +1,25 @@ +--- chrome/common/webui_url_constants.h.orig 2018-02-24 16:25:11.000000000 +0100 ++++ chrome/common/webui_url_constants.h 2018-03-03 22:40:56.113062000 +0100 +@@ -223,7 +223,7 @@ + extern const char kChromeUICastURL[]; + #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[]; + #endif +@@ -232,11 +232,11 @@ + extern const char kChromeUILinuxProxyConfigHost[]; + #endif + +-#if defined(OS_LINUX) || defined(OS_ANDROID) ++#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD) + extern const char kChromeUISandboxHost[]; + #endif + +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + extern const char kChromeUITabModalConfirmDialogHost[]; + #endif + |