| 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta | 862 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta |
| 863 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha | 863 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha |
| 864 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug | 864 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug |
| 865 ] | 865 ] |
| 866 }, | 866 }, |
| 867 "screenlockPrivate": { | 867 "screenlockPrivate": { |
| 868 "channel": "stable", | 868 "channel": "stable", |
| 869 "extension_types": ["platform_app"], | 869 "extension_types": ["platform_app"], |
| 870 "location": "component" | 870 "location": "component" |
| 871 }, | 871 }, |
| 872 "searchEnginesPrivate": { |
| 873 "channel": "trunk", |
| 874 "extension_types": ["extension", "platform_app"], |
| 875 "location": "component" |
| 876 }, |
| 872 "screensaver": { | 877 "screensaver": { |
| 873 "channel": "stable", | 878 "channel": "stable", |
| 874 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 879 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
| 875 }, | 880 }, |
| 876 "sessions": { | 881 "sessions": { |
| 877 "channel": "stable", | 882 "channel": "stable", |
| 878 "extension_types": ["extension", "legacy_packaged_app"] | 883 "extension_types": ["extension", "legacy_packaged_app"] |
| 879 }, | 884 }, |
| 880 "settingsPrivate": { | 885 "settingsPrivate": { |
| 881 "channel": "trunk", | 886 "channel": "trunk", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 }, | 992 }, |
| 988 "webstorePrivate": { | 993 "webstorePrivate": { |
| 989 "channel": "stable", | 994 "channel": "stable", |
| 990 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 995 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 991 "whitelist": [ | 996 "whitelist": [ |
| 992 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 997 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 993 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 998 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
| 994 ] | 999 ] |
| 995 } | 1000 } |
| 996 } | 1001 } |
| OLD | NEW |