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

Unified Diff: chrome/browser/chromeos/browser_main_chromeos.h

Issue 7840041: Refactor some more BrowserMain code. Move core code that's required by all embedders to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 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
Index: chrome/browser/chromeos/browser_main_chromeos.h
===================================================================
--- chrome/browser/chromeos/browser_main_chromeos.h (revision 100153)
+++ chrome/browser/chromeos/browser_main_chromeos.h (working copy)
@@ -13,6 +13,7 @@
virtual ~BrowserMainPartsChromeos();
+ virtual void PreEarlyInitialization() OVERRIDE;
virtual void PreMainMessageLoopStart() OVERRIDE;
virtual void PostMainMessageLoopStart() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698