| Index: content/browser/browser_thread.h
|
| diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h
|
| index c226551ed19d8190e695ea62f80eae7219a023c0..3da4012c90b9473300dde77e7193c524ce2159b0 100644
|
| --- a/content/browser/browser_thread.h
|
| +++ b/content/browser/browser_thread.h
|
| @@ -67,9 +67,6 @@ class BrowserThread : public base::Thread {
|
| // This is the thread that processes IPC and network messages.
|
| IO,
|
|
|
| - // This thread issues calls to the GPU in the browser process.
|
| - GPU,
|
| -
|
| #if defined(USE_X11)
|
| // This thread has a second connection to the X server and is used to
|
| // process UI requests when routing the request to the UI thread would risk
|
|
|