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

Unified Diff: chrome/browser/system_monitor/removable_device_constants.h

Issue 11088012: [Win, MediaGallery] Enumerate and handle mtp device attach/detach events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename storage_iter => storage_map_iter Created 8 years, 2 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/system_monitor/removable_device_constants.h
diff --git a/chrome/browser/system_monitor/removable_device_constants.h b/chrome/browser/system_monitor/removable_device_constants.h
index 8969565cd952dbaf38793ec3044426434c6b8b1c..903043ff755a294aa6dd6c824cc82c83ca53c344 100644
--- a/chrome/browser/system_monitor/removable_device_constants.h
+++ b/chrome/browser/system_monitor/removable_device_constants.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
#define CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
+#include "base/string16.h"
#include "build/build_config.h"
namespace chrome {
@@ -17,6 +18,11 @@ extern const char kVendorModelSerialPrefix[];
extern const char kVendorModelVolumeStoragePrefix[];
#endif
+#if defined(OS_WIN)
+// Windows portable device interface GUID constant.
+extern const char16 kWPDDevInterfaceGUID[];
+#endif
+
} // namespace chrome
#endif // CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698