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 fdd2255fc90a78f71cc796f6d59f4719e8f62273..e698f6680083785366d533c2260d450cbc735201 100644 |
--- a/chrome/common/extensions/api/_permission_features.json |
+++ b/chrome/common/extensions/api/_permission_features.json |
@@ -378,7 +378,8 @@ |
}, |
"fileSystem": [{ |
"channel": "stable", |
- "extension_types": ["platform_app"] |
+ "extension_types": ["platform_app"], |
+ "default_parent": true |
},{ |
"channel": "stable", |
"extension_types": ["extension"], |
@@ -391,14 +392,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"] |
@@ -488,14 +489,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": [{ |
@@ -520,7 +517,7 @@ |
"launcherSearchProvider": { |
"channel": "stable", |
"extension_types": ["extension", "platform_app"], |
- "platform": ["chromeos"], |
+ "platforms": ["chromeos"], |
"whitelist": [ |
"A948368FC53BE437A55FEB414106E207925482F5" // File Manager |
] |