summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread.cc
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-01 23:27:00 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-01 23:27:00 +0000
commit158e6e5b427a5ad956fad941e3d3581a03a62e0d (patch)
treebcf756f36284cededaef6ef55594eb54059a11b5 /content/browser/browser_thread.cc
parentc6a4563a5f7734e12056cfc386b611a827e7645e (diff)
downloadchromium_src-158e6e5b427a5ad956fad941e3d3581a03a62e0d.zip
chromium_src-158e6e5b427a5ad956fad941e3d3581a03a62e0d.tar.gz
chromium_src-158e6e5b427a5ad956fad941e3d3581a03a62e0d.tar.bz2
Remove the background X11 thread.
After r87381, we no longer have anything that uses the background X11 thread. I think there's still considerable cleanup that can be done to gtk_native_view_id_manager.*, but I'll do that in a follow up. Review URL: http://codereview.chromium.org/7020013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87548 0039d316-1c4b-4281-b951-d872f2087c98
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