Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3740)

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 23498004: Remove page cyclers from chrome binary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame compile Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index f143bc5d95fc5f4ff7e0ae46cd387e54b2096aed..22c4526bd914189ca393f890d13f8c1e0ff29eaf 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -79,11 +79,6 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
virtual void PreBrowserStart();
virtual void PostBrowserStart();
-#if !defined(OS_ANDROID)
- // Runs the PageCycler; called if the switch kVisitURLs is present.
- virtual void RunPageCycler();
-#endif
-
// Override this in subclasses to initialize platform specific field trials.
virtual void SetupPlatformFieldTrials();
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698