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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 18967002: Small cleanup for ChromeBrowserMain: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/chrome_browser_main_win.h
===================================================================
--- chrome/browser/chrome_browser_main_win.h (revision 210624)
+++ chrome/browser/chrome_browser_main_win.h (working copy)
@@ -32,6 +32,8 @@
// BrowserParts overrides.
virtual void ToolkitInitialized() OVERRIDE;
virtual void PreMainMessageLoopStart() OVERRIDE;
+ virtual int PreCreateThreads() OVERRIDE;
+ virtual void PostMainMessageLoopRun() OVERRIDE;
virtual void PreProfileInit() OVERRIDE;
// ChromeBrowserMainParts overrides.

Powered by Google App Engine
This is Rietveld 408576698