mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
25 lines
1,014 B
C
25 lines
1,014 B
C
--- chrome/common/webui_url_constants.h.orig 2019-03-11 22:00:54 UTC
|
|
+++ chrome/common/webui_url_constants.h
|
|
@@ -241,7 +241,7 @@ extern const char kChromeUIMetroFlowURL[];
|
|
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[];
|
|
@@ -253,11 +253,11 @@ extern const char kChromeUIHatsURL[];
|
|
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
|
|
|