From 25d47c7bbed2e0dd27aeceb815505fe450dcd6ad Mon Sep 17 00:00:00 2001 From: "pvalchev@google.com" Date: Wed, 3 Feb 2010 20:13:06 +0000 Subject: BSD port: another chunk of chrome/browser ifdef cleaning Review URL: http://codereview.chromium.org/553153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38004 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chrome_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/chrome_thread.h') diff --git a/chrome/browser/chrome_thread.h b/chrome/browser/chrome_thread.h index a8fe44b..9628e2f 100644 --- a/chrome/browser/chrome_thread.h +++ b/chrome/browser/chrome_thread.h @@ -54,7 +54,7 @@ class ChromeThread : public base::Thread { // This is the thread that processes IPC and network messages. IO, -#if defined(OS_LINUX) +#if defined(USE_X11) // This thread has a second connection to the X server and is used to // process UI requests when routing the request to the UI thread would risk // deadlock. -- cgit v1.1