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 2c7da9357d6308ede4f62a3c4da0fdb5c9c00397..8a5295b0f141d4b313669ae395c3dcc76adcc195 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -207,6 +207,12 @@ void ChromeBrowserMainPartsWin::PostMainMessageLoopStart() { |
} |
} |
+void ChromeBrowserMainPartsWin::PreMainMessageLoopRun() { |
+ ChromeBrowserMainParts::PreMainMessageLoopRun(); |
+ |
+ removable_device_notifications_window_->Init(); |
+} |
+ |
// static |
void ChromeBrowserMainPartsWin::PrepareRestartOnCrashEnviroment( |
const CommandLine& parsed_command_line) { |