summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_thread.cc')
-rw-r--r--content/browser/browser_thread.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc
index 31b7e43..de125fb 100644
--- a/content/browser/browser_thread.cc
+++ b/content/browser/browser_thread.cc
@@ -17,9 +17,6 @@ static const char* browser_thread_names[BrowserThread::ID_COUNT] = {
"Chrome_ProcessLauncherThread", // PROCESS_LAUNCHER
"Chrome_CacheThread", // CACHE
"Chrome_IOThread", // IO
-#if defined(USE_X11)
- "Chrome_Background_X11Thread", // BACKGROUND_X11
-#endif
#if defined(OS_CHROMEOS)
"Chrome_WebSocketproxyThread", // WEB_SOCKET_PROXY
#endif