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

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

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.cc
diff --git a/chrome/browser/system_monitor/removable_device_constants.cc b/chrome/browser/system_monitor/removable_device_constants.cc
index 00726176a9548c3678d023c69e272df1f6a048ae..df2083c95a42ed58a4a42270f5e955534b033eeb 100644
--- a/chrome/browser/system_monitor/removable_device_constants.cc
+++ b/chrome/browser/system_monitor/removable_device_constants.cc
@@ -13,4 +13,8 @@ const char kVendorModelSerialPrefix[] = "VendorModelSerial:";
const char kVendorModelVolumeStoragePrefix[] = "VendorModelVolumeStorage:";
#endif
+#if defined(OS_WIN)
+const char16 kWPDDevInterfaceGUID[] = L"{6ac27878-a6fa-4155-ba85-f98f491d4f33}";
+#endif
+
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698