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

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

Issue 2613823002: Whitelist fileSystemProvider API to Secure Shell app (Closed)
Patch Set: manifest feature whitelis Created 3 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 55bd04076c327f7590284704f7e1fbae2703dd91..370e7d65f9234f8cbb79c3b3bf39f3ff1940cd7d 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -145,10 +145,18 @@
"location": "component"
}
],
- "file_system_provider_capabilities": {
+ "file_system_provider_capabilities": [{
"channel": "stable",
"extension_types": ["extension", "platform_app"]
- },
+ }, {
+ "channel": "stable",
+ "extension_types": ["legacy_packaged_app"],
+ "platforms": ["chromeos"],
+ "whitelist": [
+ "0EA6B717932AD64C469C1CCB6911457733295907", // http://crbug.com/673004
+ "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // http://crbug.com/673004
+ ]
+ }],
"homepage_url": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698