| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "activeTab": { | 9 "activeTab": { |
| 10 "channel": "stable", | 10 "channel": "stable", |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "extension_types": ["platform_app"] | 335 "extension_types": ["platform_app"] |
| 336 }], | 336 }], |
| 337 "fileSystem.write": [{ | 337 "fileSystem.write": [{ |
| 338 "channel": "stable", | 338 "channel": "stable", |
| 339 "extension_types": ["platform_app"] | 339 "extension_types": ["platform_app"] |
| 340 },{ | 340 },{ |
| 341 "channel": "stable", | 341 "channel": "stable", |
| 342 "extension_types": ["extension"], | 342 "extension_types": ["extension"], |
| 343 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 343 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
| 344 }], | 344 }], |
| 345 "fileSystemProvider": { |
| 346 "channel": "trunk", |
| 347 "extension_types": ["platform_app"] |
| 348 }, |
| 345 "fontSettings": { | 349 "fontSettings": { |
| 346 "channel": "stable", | 350 "channel": "stable", |
| 347 "extension_types": ["extension", "legacy_packaged_app"] | 351 "extension_types": ["extension", "legacy_packaged_app"] |
| 348 }, | 352 }, |
| 349 "fullscreen": { | 353 "fullscreen": { |
| 350 "channel": "stable", | 354 "channel": "stable", |
| 351 "extension_types": ["platform_app"] | 355 "extension_types": ["platform_app"] |
| 352 }, | 356 }, |
| 353 "geolocation": { | 357 "geolocation": { |
| 354 "channel": "stable", | 358 "channel": "stable", |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 // Only allowed for whitelisted extensions until all the caveats are | 840 // Only allowed for whitelisted extensions until all the caveats are |
| 837 // addressed. Tracked in crbug/285151. | 841 // addressed. Tracked in crbug/285151. |
| 838 "channel": "stable", | 842 "channel": "stable", |
| 839 "extension_types": ["extension"], | 843 "extension_types": ["extension"], |
| 840 "location": "component", | 844 "location": "component", |
| 841 "whitelist": [ | 845 "whitelist": [ |
| 842 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 846 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
| 843 ] | 847 ] |
| 844 }] | 848 }] |
| 845 } | 849 } |
| OLD | NEW |