Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index eb8a9b6a1e652b01a91c03031680ccd69883dbec..3af9dacfdd3175eed0107d6c51403fdf3e2a3075 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -55,7 +55,6 @@ class BrowserProcessImpl : public BrowserProcess, |
virtual base::Thread* db_thread(); |
virtual base::Thread* process_launcher_thread(); |
virtual base::Thread* cache_thread(); |
- virtual base::Thread* gpu_thread(); |
#if defined(USE_X11) |
virtual base::Thread* background_x11_thread(); |
#endif |
@@ -189,9 +188,6 @@ class BrowserProcessImpl : public BrowserProcess, |
bool created_cache_thread_; |
scoped_ptr<base::Thread> cache_thread_; |
- bool created_gpu_thread_; |
- scoped_ptr<base::Thread> gpu_thread_; |
- |
bool created_watchdog_thread_; |
scoped_ptr<WatchDogThread> watchdog_thread_; |