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"] |