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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts.h

Issue 11636031: [Fixit Dec-2012] Refactor first_run, very few things should depend on whether the First Run senti... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android and chromeos compile Created 8 years 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
Index: chrome/browser/chrome_browser_main_extra_parts.h
diff --git a/chrome/browser/chrome_browser_main_extra_parts.h b/chrome/browser/chrome_browser_main_extra_parts.h
index 0904ed649ea741d559429be314150d1914a5d765..4ba2119822b2a95d8d4f0a2b9d371de76d372b7b 100644
--- a/chrome/browser/chrome_browser_main_extra_parts.h
+++ b/chrome/browser/chrome_browser_main_extra_parts.h
@@ -38,8 +38,6 @@ class ChromeBrowserMainExtraParts {
// MainMessageLoopRun methods.
virtual void PreProfileInit() {}
virtual void PostProfileInit() {}
- virtual void PreInteractiveFirstRunInit() {}
- virtual void PostInteractiveFirstRunInit() {}
virtual void PreBrowserStart() {}
virtual void PostBrowserStart() {}
virtual void PreMainMessageLoopRun() {}

Powered by Google App Engine
This is Rietveld 408576698