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

Unified Diff: chrome/common/extensions/api/fileBrowserPrivate.json

Issue 9019002: [CrosDisksClient] Determine device type from DeviceMediaType property sent by cros-disks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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/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": {

Powered by Google App Engine
This is Rietveld 408576698