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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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') | chrome/common/extensions/api/api.gyp » ('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 538199468197fabff5eb42d2f8fea438f031e08b..ac89fe8adc7dfe2a14663ac0a391cf7ab35cc728 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -353,7 +353,8 @@
},
"fileSystem": [{
"channel": "stable",
- "extension_types": ["platform_app"]
+ "extension_types": ["platform_app"],
+ "default_parent": true
},{
"channel": "stable",
"extension_types": ["extension"],
@@ -366,14 +367,14 @@
"3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
]
}],
- "fileSystem.directory": [{
+ "fileSystem.directory": {
"channel": "stable",
"extension_types": ["platform_app"]
- }],
- "fileSystem.retainEntries": [{
+ },
+ "fileSystem.retainEntries": {
"channel": "stable",
"extension_types": ["platform_app"]
- }],
+ },
"fileSystem.write": [{
"channel": "stable",
"extension_types": ["platform_app"]
@@ -463,14 +464,10 @@
"input": [{
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],
- // TODO(kalman): Um what does this inply?
- "inplies_full_url_access": true,
"platforms": ["chromeos"]
}, {
"channel": "dev",
"extension_types": ["extension", "legacy_packaged_app"],
- // TODO(kalman): Um what does this inply?
- "inplies_full_url_access": true,
"platforms": ["win", "linux"]
}],
"inputMethodPrivate": [{
@@ -495,7 +492,7 @@
"launcherSearchProvider": {
"channel": "stable",
"extension_types": ["extension", "platform_app"],
- "platform": ["chromeos"],
+ "platforms": ["chromeos"],
"whitelist": [
"A948368FC53BE437A55FEB414106E207925482F5" // File Manager
]
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698