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

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 10911234: Update Windows System Monitor Removable Device Impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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/chrome_browser_main_win.cc
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
index 7343b410f8474bbf64f80e80201b856ce9e65d1c..85e5ae9c8ee82fae97b3f85172df051403ba375a 100644
--- a/chrome/browser/chrome_browser_main_win.cc
+++ b/chrome/browser/chrome_browser_main_win.cc
@@ -204,6 +204,12 @@ void ChromeBrowserMainPartsWin::PostMainMessageLoopStart() {
}
}
+void ChromeBrowserMainPartsWin::PreMainMessageLoopRun() {
vandebo (ex-Chrome) 2012/09/14 07:59:21 Not sure if this is the right way to do this.
+ ChromeBrowserMainParts::PreMainMessageLoopRun();
+
+ removable_device_notifications_window_->Init();
+}
+
// static
void ChromeBrowserMainPartsWin::PrepareRestartOnCrashEnviroment(
const CommandLine& parsed_command_line) {

Powered by Google App Engine
This is Rietveld 408576698