summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/testing_browser_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index 37d8e02..42949b0 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -46,6 +46,7 @@ class TestingBrowserProcess : public BrowserProcess {
#if defined(OS_LINUX)
virtual base::Thread* background_x11_thread() {
+ return NULL;
}
#endif