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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 12334096: Regularize ownerships and lifecycle for storage monitor platform classes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Document lifecycle in storage_monitor.h Created 7 years, 10 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
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
index 7ea8b342d838eba2e2c3b63427d3f04f80dbf5b2..9915a48e862d50804b3fb5b67ac6c1984354b296 100644
--- a/chrome/browser/chrome_browser_main_win.h
+++ b/chrome/browser/chrome_browser_main_win.h
@@ -33,7 +33,8 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
virtual void ToolkitInitialized() OVERRIDE;
virtual void PreMainMessageLoopStart() OVERRIDE;
virtual void PostMainMessageLoopStart() OVERRIDE;
- virtual void PreMainMessageLoopRun() OVERRIDE;
+ virtual void PreProfileInit() OVERRIDE;
+ virtual void PostProfileInit() OVERRIDE;
// ChromeBrowserMainParts overrides.
virtual void ShowMissingLocaleMessageBox() OVERRIDE;
@@ -69,6 +70,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
private:
scoped_ptr<chrome::RemovableDeviceNotificationsWindowWin>
removable_device_notifications_window_;
+
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
};

Powered by Google App Engine
This is Rietveld 408576698