| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 7184b4cc882236a6b6b0ede0b7b3785c3ebc8e27..0f3d3d711091cc463fcf7d1e3d1ddfc62b19b6ac 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -37,7 +37,6 @@ class MediaStreamManager;
|
| class ResourceDispatcherHostImpl;
|
| class SpeechRecognitionManagerImpl;
|
| class SystemMessageWindowWin;
|
| -class WebKitThread;
|
| struct MainFunctionParams;
|
|
|
| #if defined(OS_LINUX)
|
| @@ -136,9 +135,6 @@ class CONTENT_EXPORT BrowserMainLoop {
|
|
|
| // Members initialized in |RunMainMessageLoopParts()| ------------------------
|
| scoped_ptr<BrowserProcessSubThread> db_thread_;
|
| -#if !defined(OS_IOS)
|
| - scoped_ptr<WebKitThread> webkit_thread_;
|
| -#endif
|
| scoped_ptr<BrowserProcessSubThread> file_user_blocking_thread_;
|
| scoped_ptr<BrowserProcessSubThread> file_thread_;
|
| scoped_ptr<BrowserProcessSubThread> process_launcher_thread_;
|
|
|