| Index: chrome/browser/chrome_browser_main_win.h
|
| diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
|
| index 5d7f3712349df73ed8faf00c42e66522409b7752..78af86c44a4ca8d9761aa7e94a273d5cd965be51 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -33,7 +33,8 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| virtual void ToolkitInitialized() OVERRIDE;
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| virtual void PostMainMessageLoopStart() OVERRIDE;
|
| - virtual void PreMainMessageLoopRun() OVERRIDE;
|
| + virtual void PreProfileInit() OVERRIDE;
|
| + virtual void PostProfileInit() OVERRIDE;
|
|
|
| // ChromeBrowserMainParts overrides.
|
| virtual void ShowMissingLocaleMessageBox() OVERRIDE;
|
|
|