| 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 ee209c237486dfb80ba34d4d85be34f96eef6a68..34d35a006a82d282abfc9d613a60244e70bc3158 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -37,6 +37,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| virtual void PreMainMessageLoopRun() OVERRIDE;
|
|
|
| // ChromeBrowserMainParts overrides.
|
| + virtual void PreInteractiveFirstRunInit() OVERRIDE;
|
| virtual void ShowMissingLocaleMessageBox() OVERRIDE;
|
|
|
| // Prepares the localized strings that are going to be displayed to
|
|
|