summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chrome_browser_main_mac.h')
-rw-r--r--chrome/browser/chrome_browser_main_mac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chrome_browser_main_mac.h b/chrome/browser/chrome_browser_main_mac.h
index cf71045..2ba7e7b 100644
--- a/chrome/browser/chrome_browser_main_mac.h
+++ b/chrome/browser/chrome_browser_main_mac.h
@@ -12,9 +12,13 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix {
public:
explicit ChromeBrowserMainPartsMac(const MainFunctionParams& parameters);
+ // BrowserParts overrides.
virtual void PreEarlyInitialization() OVERRIDE;
virtual void PreMainMessageLoopStart() OVERRIDE;
+ // ChromeBrowserMainParts overrides.
+ virtual void ShowMissingLocaleMessageBox() OVERRIDE;
+
// Perform platform-specific work that needs to be done after the main event
// loop has ended. The embedder must be sure to call this.
static void DidEndMainMessageLoop();