Chromium Code Reviews| 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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 950 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | 950 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
| 951 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor | 951 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
| 952 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF | 952 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF |
| 953 ] | 953 ] |
| 954 }, | 954 }, |
| 955 "syncFileSystem": { | 955 "syncFileSystem": { |
| 956 "channel": "stable", | 956 "channel": "stable", |
| 957 "extension_types": ["platform_app"] | 957 "extension_types": ["platform_app"] |
| 958 }, | 958 }, |
| 959 "syncedNotificationsPrivate": { | 959 "syncedNotificationsPrivate": { |
| 960 "channel": "trunk", | 960 "channel": "dev", |
| 961 "extension_types": ["platform_app"] | 961 "extension_types": ["platform_app"], |
| 962 "whitelist": [ | |
| 963 "34967F9FA3C399E1EC380B443D7331AA93AC445B" // http://crbug.com/400436 | |
|
not at google - send to devlin
2014/08/04 22:08:05
indent -= 2
| |
| 964 ] | |
| 962 }, | 965 }, |
| 963 "system.cpu": { | 966 "system.cpu": { |
| 964 "channel": "stable", | 967 "channel": "stable", |
| 965 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 968 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 966 }, | 969 }, |
| 967 "system.memory": { | 970 "system.memory": { |
| 968 "channel": "stable", | 971 "channel": "stable", |
| 969 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 972 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 970 }, | 973 }, |
| 971 "system.network": { | 974 "system.network": { |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1121 // Only allowed for whitelisted extensions until all the caveats are | 1124 // Only allowed for whitelisted extensions until all the caveats are |
| 1122 // addressed. Tracked in crbug/285151. | 1125 // addressed. Tracked in crbug/285151. |
| 1123 "channel": "stable", | 1126 "channel": "stable", |
| 1124 "extension_types": ["extension"], | 1127 "extension_types": ["extension"], |
| 1125 "location": "component", | 1128 "location": "component", |
| 1126 "whitelist": [ | 1129 "whitelist": [ |
| 1127 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1130 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1128 ] | 1131 ] |
| 1129 }] | 1132 }] |
| 1130 } | 1133 } |
| OLD | NEW |