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

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

Issue 601103002: Whitelist instead of restricting to components for fileBrowserPrivate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments with extension ids to manifests. Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_browser/drive_search_test/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f808a10ee6c4f1278497a4d1b591ea9049a856f2..ebdbad157b1246935b625973c84b9500886c5c29 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -423,10 +423,14 @@
"fileManagerPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
- "location": "component",
"platforms": ["chromeos"],
"whitelist": [
- "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846
+ "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader
+ "A948368FC53BE437A55FEB414106E207925482F5", // Files app
+ "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery
+ "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
+ "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests
+ "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846
]
},
"fileSystem": [{
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_browser/drive_search_test/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698