| 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev | 819 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev |
| 820 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | 820 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
| 821 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor | 821 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
| 822 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF | 822 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF |
| 823 ] | 823 ] |
| 824 }, | 824 }, |
| 825 "syncFileSystem": { | 825 "syncFileSystem": { |
| 826 "channel": "stable", | 826 "channel": "stable", |
| 827 "extension_types": ["platform_app"] | 827 "extension_types": ["platform_app"] |
| 828 }, | 828 }, |
| 829 "syncedNotificationsPrivate": { |
| 830 "channel": "trunk", |
| 831 "extension_types": ["platform_app"] |
| 832 }, |
| 829 "system.cpu": { | 833 "system.cpu": { |
| 830 "channel": "stable", | 834 "channel": "stable", |
| 831 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 835 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 832 }, | 836 }, |
| 833 "system.memory": { | 837 "system.memory": { |
| 834 "channel": "stable", | 838 "channel": "stable", |
| 835 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 839 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 836 }, | 840 }, |
| 837 "system.network": { | 841 "system.network": { |
| 838 "channel": "stable", | 842 "channel": "stable", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 // Only allowed for whitelisted extensions until all the caveats are | 987 // Only allowed for whitelisted extensions until all the caveats are |
| 984 // addressed. Tracked in crbug/285151. | 988 // addressed. Tracked in crbug/285151. |
| 985 "channel": "stable", | 989 "channel": "stable", |
| 986 "extension_types": ["extension"], | 990 "extension_types": ["extension"], |
| 987 "location": "component", | 991 "location": "component", |
| 988 "whitelist": [ | 992 "whitelist": [ |
| 989 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 993 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 990 ] | 994 ] |
| 991 }] | 995 }] |
| 992 } | 996 } |
| OLD | NEW |