| Index: chrome/browser/chrome_browser_main.h
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.h (revision 117096)
|
| +++ chrome/browser/chrome_browser_main.h (working copy)
|
| @@ -65,13 +65,9 @@
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| virtual void PostMainMessageLoopStart() OVERRIDE;
|
| virtual void PreCreateThreads() OVERRIDE;
|
| - virtual void PreStartThread(content::BrowserThread::ID identifier) OVERRIDE;
|
| - virtual void PostStartThread(content::BrowserThread::ID identifier) OVERRIDE;
|
| virtual void PreMainMessageLoopRun() OVERRIDE;
|
| virtual bool MainMessageLoopRun(int* result_code) OVERRIDE;
|
| virtual void PostMainMessageLoopRun() OVERRIDE;
|
| - virtual void PreStopThread(content::BrowserThread::ID identifier) OVERRIDE;
|
| - virtual void PostStopThread(content::BrowserThread::ID identifier) OVERRIDE;
|
| virtual void PostDestroyThreads() OVERRIDE;
|
|
|
| // Additional stages for ChromeBrowserMainExtraParts. These stages are called
|
|
|