| 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 // This features file defines permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
| 6 // under src/chrome. | 6 // under src/chrome. |
| 7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
| 8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 506 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
| 507 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 507 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
| 508 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | 508 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
| 509 ] | 509 ] |
| 510 }, | 510 }, |
| 511 "fileBrowserHandler": { | 511 "fileBrowserHandler": { |
| 512 "channel": "stable", | 512 "channel": "stable", |
| 513 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 513 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 514 "platforms": ["chromeos"] | 514 "platforms": ["chromeos"] |
| 515 }, | 515 }, |
| 516 "fileBrowserPrivate": { | 516 "fileManagerPrivate": { |
| 517 "channel": "stable", | 517 "channel": "stable", |
| 518 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 518 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 519 "location": "component", | 519 "location": "component", |
| 520 "platforms": ["chromeos"] | 520 "platforms": ["chromeos"] |
| 521 }, | 521 }, |
| 522 "fileSystem": [{ | 522 "fileSystem": [{ |
| 523 "channel": "stable", | 523 "channel": "stable", |
| 524 "extension_types": ["platform_app"] | 524 "extension_types": ["platform_app"] |
| 525 },{ | 525 },{ |
| 526 "channel": "stable", | 526 "channel": "stable", |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 // Only allowed for whitelisted extensions until all the caveats are | 1146 // Only allowed for whitelisted extensions until all the caveats are |
| 1147 // addressed. Tracked in crbug/285151. | 1147 // addressed. Tracked in crbug/285151. |
| 1148 "channel": "stable", | 1148 "channel": "stable", |
| 1149 "extension_types": ["extension"], | 1149 "extension_types": ["extension"], |
| 1150 "location": "component", | 1150 "location": "component", |
| 1151 "whitelist": [ | 1151 "whitelist": [ |
| 1152 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1152 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1153 ] | 1153 ] |
| 1154 }] | 1154 }] |
| 1155 } | 1155 } |
| OLD | NEW |