| 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 573c1e14085e1e1be56ab7fbac94b186237d2899..2252c75b23ae8e686c0f9de2cb88bb452b02a4f3 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 {
|
|
|
| // ChromeBrowserMainParts overrides.
|
| virtual void ShowMissingLocaleMessageBox() override;
|
| + virtual void PostProfileInit() override;
|
| virtual void PostBrowserStart() override;
|
|
|
| // Prepares the localized strings that are going to be displayed to
|
|
|