| 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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev | 940 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev |
| 941 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | 941 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
| 942 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor | 942 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
| 943 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF | 943 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF |
| 944 ] | 944 ] |
| 945 }, | 945 }, |
| 946 "syncFileSystem": { | 946 "syncFileSystem": { |
| 947 "channel": "stable", | 947 "channel": "stable", |
| 948 "extension_types": ["platform_app"] | 948 "extension_types": ["platform_app"] |
| 949 }, | 949 }, |
| 950 "syncedNotificationsPrivate": { | |
| 951 "channel": "dev", | |
| 952 "extension_types": ["platform_app"], | |
| 953 "whitelist": [ | |
| 954 "34967F9FA3C399E1EC380B443D7331AA93AC445B" // http://crbug.com/400436 | |
| 955 ] | |
| 956 }, | |
| 957 "systemPrivate": { | 950 "systemPrivate": { |
| 958 "channel": "stable", | 951 "channel": "stable", |
| 959 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 952 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 960 "location": "component" | 953 "location": "component" |
| 961 }, | 954 }, |
| 962 "tabs": [ | 955 "tabs": [ |
| 963 { | 956 { |
| 964 "channel": "stable", | 957 "channel": "stable", |
| 965 "extension_types": ["extension", "legacy_packaged_app"] | 958 "extension_types": ["extension", "legacy_packaged_app"] |
| 966 }, | 959 }, |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 "webstorePrivate": { | 1050 "webstorePrivate": { |
| 1058 "channel": "stable", | 1051 "channel": "stable", |
| 1059 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1052 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 1060 "whitelist": [ | 1053 "whitelist": [ |
| 1061 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1054 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 1062 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1055 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 1063 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1056 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 1064 ] | 1057 ] |
| 1065 } | 1058 } |
| 1066 } | 1059 } |
| OLD | NEW |