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) { |