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

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

Issue 7706028: This is UI side unreadable device support. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: that's why you should compile your code before sending it to review Created 9 years, 4 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/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 7c6ca95e22abaea1fdb47e0d1dc3560a1cdbe9b8..6be4a50649ffcd940c150280581cfbd8266e079b 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -6612,6 +6612,10 @@
"type": "string",
"enum": ["device", "file", "network"],
"description": "Type of the mount."
+ },
+ "mountCondition": {
+ "type": "string",
+ "description": "Additional data about mount, for example, that the filesystem is not supported."
}
}
},

Powered by Google App Engine
This is Rietveld 408576698