diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-21 01:48:32 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-21 01:48:32 +0000 |
commit | a0b1c513361089833a7b2ecdc5483eff0d944d60 (patch) | |
tree | 5ac22957699f58a2feda8620a420d4ad186507d6 /chrome/browser/browser_process.h | |
parent | 6d85f696f637775ef241d74b5733d477f52ccbe7 (diff) | |
download | chromium_src-a0b1c513361089833a7b2ecdc5483eff0d944d60.zip chromium_src-a0b1c513361089833a7b2ecdc5483eff0d944d60.tar.gz chromium_src-a0b1c513361089833a7b2ecdc5483eff0d944d60.tar.bz2 |
I managed to break test_shell. Reverting. I'll fix tomorrow.
Reverts r14075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 15ead3e..d5758f0 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -96,15 +96,6 @@ class BrowserProcess { // database. History has its own thread since it has much higher traffic. virtual base::Thread* db_thread() = 0; -#if defined(OS_LINUX) - // Returns the thread that is used to process UI requests in cases were - // we can't route the request to the UI thread. Note that this thread - // should only be used by the IO thread and this method is only safe to call - // from the UI thread so, if you've ended up here, something has gone wrong. - // This method is only included for uniformity. - virtual base::Thread* background_x11_thread() = 0; -#endif - virtual sandbox::BrokerServices* broker_services() = 0; virtual IconManager* icon_manager() = 0; |