Index: chrome/browser/chrome_browser_main.h |
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h |
index 321af78316d5e3d6bb0efbdae72a149f266de15e..7de9c99393e087795381866cc13537243d2f2c1a 100644 |
--- a/chrome/browser/chrome_browser_main.h |
+++ b/chrome/browser/chrome_browser_main.h |
@@ -73,12 +73,15 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { |
virtual void PostDestroyThreads() OVERRIDE; |
// Additional stages for ChromeBrowserMainExtraParts. These stages are called |
- // in order from PreMainMessageLoopStart(). See implementation for details. |
+ // in order from PreMainMessageLoopRun(). See implementation for details. |
virtual void PreProfileInit(); |
virtual void PostProfileInit(); |
virtual void PreBrowserStart(); |
virtual void PostBrowserStart(); |
+ // Runs the PageCycler; called if the switch kVisitURLs is present. |
+ virtual void RunPageCycler(); |
+ |
// Displays a warning message that we can't find any locale data files. |
virtual void ShowMissingLocaleMessageBox() = 0; |