Index: chrome/common/extensions/api/file_manager_private.idl |
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl |
index bc76709aad1e00edb4e6cbf54f87434e5db60a3c..a2d01175a72d2fc8e77291b92e6f66ebe8cb30b1 100644 |
--- a/chrome/common/extensions/api/file_manager_private.idl |
+++ b/chrome/common/extensions/api/file_manager_private.idl |
@@ -9,7 +9,7 @@ |
namespace fileManagerPrivate { |
// Type of the mounted volume. |
enum VolumeType { drive, downloads, removable, archive, provided, mtp, |
- testing }; |
+ media_view, testing }; |
// Device type. Available if this is removable volume. |
enum DeviceType { usb, sd, optical, mobile, unknown }; |