Obtained from: Chromium Chruetertee development repository Security: http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
11 lines
445 B
C
11 lines
445 B
C
--- chrome/common/url_constants.h.orig 2012-01-18 11:13:17.000000000 +0200
|
|
+++ chrome/common/url_constants.h 2012-01-29 15:35:17.000000000 +0200
|
|
@@ -178,7 +178,7 @@
|
|
extern const char kChromeUIScreenshotPath[];
|
|
extern const char kChromeUIThemePath[];
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
extern const char kChromeUILinuxProxyConfigHost[];
|
|
extern const char kChromeUISandboxHost[];
|
|
#endif
|