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

Unified Diff: chrome/common/extensions/api/_permission_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 | « chrome/common/extensions/api/_manifest_features.json ('k') | no next file » | 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 7f8a14c0a4c7309e136bffd0dc6c3b117c4e4348..1a040bfc796b9a08ea40b8d75c021930f25af750 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -402,11 +402,19 @@
"extension_types": ["platform_app"],
"platforms": ["chromeos"]
}],
- "fileSystemProvider": {
+ "fileSystemProvider": [{
"channel": "stable",
"extension_types": ["extension", "platform_app"],
"platforms": ["chromeos"]
- },
+ }, {
+ "channel": "stable",
+ "extension_types": ["legacy_packaged_app"],
+ "platforms": ["chromeos"],
+ "whitelist": [
+ "0EA6B717932AD64C469C1CCB6911457733295907", // http://crbug.com/673004
+ "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // http://crbug.com/673004
+ ]
+ }],
"firstRunPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698