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

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

Issue 2813073003: Make all ComplexFeatures of single feature to be SimpleFeature. (Closed)
Patch Set: fix space Created 3 years, 8 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 | extensions/common/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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 86d2d6915c12ecde0c4cba70239d616ff8fbca47..7f1f6605f3d0f8269540dec151e3aee26fd19941 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -386,11 +386,11 @@
"3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
]
}],
- "fileSystem.requestFileSystem": [{
+ "fileSystem.requestFileSystem": {
"channel": "stable",
"extension_types": ["platform_app"],
"platforms": ["chromeos"]
- }],
+ },
"fileSystemProvider": [{
"channel": "stable",
"extension_types": ["extension", "platform_app"],
@@ -730,7 +730,7 @@
"0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141
]
},
- "inlineInstallPrivate":[{
+ "inlineInstallPrivate": {
"channel": "dev",
"extension_types": ["platform_app"],
"whitelist": [
@@ -738,7 +738,7 @@
"3A78E13285C1949EF84AA85E3BF65D1E83A3D9AB", // Test Extension
"4477F0B4FE934D0A8C88922C0986DA7B25D881E1" // API Test
]
- }],
+ },
"resourcesPrivate": {
"channel": "stable",
"extension_types": [
« no previous file with comments | « no previous file | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698