diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 03:48:35 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 03:48:35 +0000 |
commit | 0a8a19602422061bec85b329857cba7cb49c8b36 (patch) | |
tree | 311e190626151fd27ad92d13f960aa33788a69f2 /chrome/browser/chrome_browser_main_win.h | |
parent | ed468598d1baf35666a1b6142a47f4e96b18fcf3 (diff) | |
download | chromium_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.h')
-rw-r--r-- | chrome/browser/chrome_browser_main_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h index 741171b..4256382 100644 --- a/chrome/browser/chrome_browser_main_win.h +++ b/chrome/browser/chrome_browser_main_win.h @@ -33,6 +33,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts { virtual void ToolkitInitialized() OVERRIDE; virtual void PreMainMessageLoopStart() OVERRIDE; virtual void PostMainMessageLoopStart() OVERRIDE; + virtual void PreMainMessageLoopRun() OVERRIDE; // ChromeBrowserMainParts overrides. virtual void ShowMissingLocaleMessageBox() OVERRIDE; |