| 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
|
|
|