Index: chrome/browser/browser_process.h |
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h |
index e1944bdde1a07a185060ec2e2a6a0c80e0591819..fb756ec704c66285a1cbcba336fa6372d936a85a 100644 |
--- a/chrome/browser/browser_process.h |
+++ b/chrome/browser/browser_process.h |
@@ -134,9 +134,6 @@ class BrowserProcess { |
// Returns the thread that is used for background cache operations. |
virtual base::Thread* cache_thread() = 0; |
- // Returns the thread that issues GPU calls. |
- virtual base::Thread* gpu_thread() = 0; |
- |
#if defined(USE_X11) |
// Returns the thread that is used to process UI requests in cases where |
// we can't route the request to the UI thread. Note that this thread |