1d1f0ea496
switch from using the hacked macosx transport dib to the linux one which uses sysv shms. make sure you also have a current kernel before using this version
13 lines
572 B
Plaintext
13 lines
572 B
Plaintext
$OpenBSD: patch-chrome_common_url_constants_cc,v 1.2 2011/10/27 07:59:08 robert Exp $
|
|
--- chrome/common/url_constants.cc.orig Fri Oct 21 10:30:30 2011
|
|
+++ chrome/common/url_constants.cc Wed Oct 26 14:10:40 2011
|
|
@@ -165,7 +165,7 @@ const char kChromeUIScreenshotPath[] = "screenshots";
|
|
const char kChromeUIThemePath[] = "theme";
|
|
const char kChromeUIThumbnailPath[] = "thumb";
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
|
|
const char kChromeUISandboxHost[] = "sandbox";
|
|
#endif
|