| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index be9196b5241b01ecc8ac7e724b65c9ff7a5effc3..6fb32468778c7d7b4b0f0ddb44881d1e4b5c2639 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -280,6 +280,7 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| std::unique_ptr<BrowserProcessSubThread> process_launcher_thread_;
|
| std::unique_ptr<BrowserProcessSubThread> cache_thread_;
|
| std::unique_ptr<BrowserProcessSubThread> io_thread_;
|
| + std::unique_ptr<BrowserProcessSubThread> window_server_thread_;
|
|
|
| // Members initialized in |BrowserThreadsStarted()| --------------------------
|
| std::unique_ptr<base::Thread> indexed_db_thread_;
|
|
|