Index: chrome/browser/chrome_browser_main_win.h |
=================================================================== |
--- chrome/browser/chrome_browser_main_win.h (revision 210624) |
+++ chrome/browser/chrome_browser_main_win.h (working copy) |
@@ -32,6 +32,8 @@ |
// BrowserParts overrides. |
virtual void ToolkitInitialized() OVERRIDE; |
virtual void PreMainMessageLoopStart() OVERRIDE; |
+ virtual int PreCreateThreads() OVERRIDE; |
+ virtual void PostMainMessageLoopRun() OVERRIDE; |
virtual void PreProfileInit() OVERRIDE; |
// ChromeBrowserMainParts overrides. |