Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 577d4ba71b53b914a1a262eae239179dd4daf77b..62b0f8d2e86bd5e79cfaa42aa29e0b8af40ea227 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -54,7 +54,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 |
@@ -186,9 +185,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_; |