Index: chrome/browser/chrome_browser_main_mac.h |
diff --git a/chrome/browser/chrome_browser_main_mac.h b/chrome/browser/chrome_browser_main_mac.h |
index cf710459921e4d65782099cdf7edadb24bf43427..3b71239c447aee0d99f68e057e9840d9fa1f43b5 100644 |
--- a/chrome/browser/chrome_browser_main_mac.h |
+++ b/chrome/browser/chrome_browser_main_mac.h |
@@ -14,6 +14,12 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix { |
virtual void PreEarlyInitialization() OVERRIDE; |
virtual void PreMainMessageLoopStart() OVERRIDE; |
+ virtual void ShowMissingLocaleMessageBox() OVERRIDE; |
+ virtual int HandleIconsCommands() OVERRIDE; |
+ virtual bool CheckMachineLevelInstall() OVERRIDE; |
+ virtual void PrepareRestartOnCrashEnviroment() 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. |