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

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

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added entries to histograms.xml, clarified comments Created 6 years, 7 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index b6cf8ba8c6147af834dcc3b21d74c4f3239d35c9..ff50238916526cd98d72d9ccfc9d9c0103b0d6c0 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -291,6 +291,11 @@
"dependencies": ["permission:dial"],
"contexts": ["blessed_extension"]
},
+ "documentScan": {
+ "platforms": ["chromeos"],
+ "dependencies": ["permission:documentScan"],
+ "contexts": ["blessed_extension"]
+ },
"downloads": {
"dependencies": ["permission:downloads"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698