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

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

Issue 899523004: Move chrome.documentScan API to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated DEPS Created 5 years, 10 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index c42f525e51d91ff45e797308a1ae3306f29ca7f0..66fd98d2e4d4d4c7e575df96b058f36e36fafb30 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -115,6 +115,11 @@
"dependencies": ["permission:dns"],
"contexts": ["blessed_extension"]
},
+ "documentScan": {
+ "platforms": ["chromeos"],
+ "dependencies": ["permission:documentScan"],
+ "contexts": ["blessed_extension"]
+ },
// This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background.
"extensionTypes": {
« no previous file with comments | « extensions/browser/api/document_scan/mock_document_scan_interface.cc ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698