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

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

Issue 11297002: [Media Gallery] Added code to support mtp device media file system on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments 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 903043ff755a294aa6dd6c824cc82c83ca53c344..5d70ab47c1aa2349da4e7276f0e9ba17dff52af0 100644
--- a/chrome/browser/system_monitor/removable_device_constants.h
+++ b/chrome/browser/system_monitor/removable_device_constants.h
@@ -21,6 +21,17 @@ extern const char kVendorModelVolumeStoragePrefix[];
#if defined(OS_WIN)
// Windows portable device interface GUID constant.
extern const char16 kWPDDevInterfaceGUID[];
+
+// Media transfer protocol device object extensions.
+extern const char16 kbmpFormat[];
+extern const char16 kexifFormat[];
+extern const char16 kgifFormat[];
+extern const char16 kjfifFormat[];
+extern const char16 kjpegxrFormat[];
+extern const char16 kjp2Format[];
+extern const char16 kjpxFormat[];
+extern const char16 kpictFormat[];
+extern const char16 kpngFormat[];
#endif
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698