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 52f6cf14df88ed4d02790608f90ba9fc78c446ca..bad7bd9ad099d43a8163b06aaa7d4e202a292111 100644 |
--- a/chrome/browser/chrome_browser_main_mac.h |
+++ b/chrome/browser/chrome_browser_main_mac.h |
@@ -22,7 +22,6 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix { |
virtual void PreEarlyInitialization() OVERRIDE; |
virtual void PreMainMessageLoopStart() OVERRIDE; |
virtual void PreProfileInit() OVERRIDE; |
- virtual void PostProfileInit() 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. |