Index: chrome/common/extensions/api/fileBrowserPrivate.json |
diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json |
index d2935986c1ec218cfedbe021941c738c6f173ee1..4c29a5ef7b146a1093866283c37630313f2eec48 100644 |
--- a/chrome/common/extensions/api/fileBrowserPrivate.json |
+++ b/chrome/common/extensions/api/fileBrowserPrivate.json |
@@ -37,7 +37,7 @@ |
}, |
"deviceType": { |
"type": "string", |
- "enum": ["flash", "hdd", "optical", "undefined"], |
+ "enum": ["sd", "usb", "optical", "mobile", "unknown"], |
"description": "Device type." |
}, |
"readOnly": { |
@@ -121,7 +121,7 @@ |
}, |
"deviceType": { |
"type": "string", |
- "enum": ["flash", "hdd", "optical", "undefined"], |
+ "enum": ["usb", "sd", "optical", "mobile", "unknown"], |
"description": "Device type." |
}, |
"isParent": { |