summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main_win.cc
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-18 03:48:35 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-18 03:48:35 +0000
commit0a8a19602422061bec85b329857cba7cb49c8b36 (patch)
tree311e190626151fd27ad92d13f960aa33788a69f2 /chrome/browser/chrome_browser_main_win.cc
parented468598d1baf35666a1b6142a47f4e96b18fcf3 (diff)
downloadchromium_src-0a8a19602422061bec85b329857cba7cb49c8b36.zip
chromium_src-0a8a19602422061bec85b329857cba7cb49c8b36.tar.gz
chromium_src-0a8a19602422061bec85b329857cba7cb49c8b36.tar.bz2
Update Windows System Monitor Removable Device Impl.
Change the notifier to notify about all removable devices, to get more device information and to fetch the already connected removable devices. Implement the Windows specific part of MediaStorageUtil Original CL: http://codereview.chromium.org/10911234 BUG=144496 Review URL: https://codereview.chromium.org/10911350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_win.cc')
-rw-r--r--chrome/browser/chrome_browser_main_win.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
index 2c7da93..8a5295b 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) {