modifying for *BSD support and additional NetBSD specific patches. This version includes some security bug fixes.
13 lines
436 B
C++
13 lines
436 B
C++
$NetBSD: patch-chrome_test_ui__test__utils.cc,v 1.1 2011/04/28 03:09:02 rxg Exp $
|
|
|
|
--- chrome/test/ui_test_utils.cc.orig 2011-04-13 08:01:56.000000000 +0000
|
|
+++ chrome/test/ui_test_utils.cc
|
|
@@ -357,7 +357,7 @@ void RunMessageLoop() {
|
|
#if defined(TOOLKIT_VIEWS)
|
|
views::AcceleratorHandler handler;
|
|
loop->Run(&handler);
|
|
-#elif defined(OS_LINUX)
|
|
+#elif defined(OS_LINUX) || defined(OS_BSD)
|
|
loop->Run(NULL);
|
|
#else
|
|
loop->Run();
|