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

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

Issue 133463003: Media Galleries API Scanning: Add Scan Permission and basic test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index d293579d8c7e01272a7a6a783426a93357f17822..18c1e1f56ff84a3ad8541de65311caa0594f897c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -519,6 +519,10 @@
"channel": "stable",
"extension_types": [ "platform_app" ]
},
+ "mediaGalleries.scan": {
+ "channel": "dev",
+ "extension_types": [ "platform_app" ]
+ },
"mediaGalleries.read": {
"channel": "stable",
"extension_types": [ "platform_app" ]
« no previous file with comments | « chrome/browser/media_galleries/media_scan_manager_observer.h ('k') | chrome/common/extensions/api/media_galleries.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698