| 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 d1c2384e603ca46450f7b27275485521f18fe778..e9ff564d60a45659aae75202813f87153862647c 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -32,6 +32,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| // BrowserParts overrides.
|
| virtual void ToolkitInitialized() OVERRIDE;
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| + virtual void PostMainMessageLoopStart() OVERRIDE;
|
|
|
| // ChromeBrowserMainParts overrides.
|
| virtual void ShowMissingLocaleMessageBox() OVERRIDE;
|
|
|