| 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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta | 904 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta |
| 905 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha | 905 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha |
| 906 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug | 906 "312745D9BF916161191143F6490085EEA0434997" // Google Talk debug |
| 907 ] | 907 ] |
| 908 }, | 908 }, |
| 909 "screenlockPrivate": { | 909 "screenlockPrivate": { |
| 910 "channel": "stable", | 910 "channel": "stable", |
| 911 "extension_types": ["platform_app"], | 911 "extension_types": ["platform_app"], |
| 912 "location": "component" | 912 "location": "component" |
| 913 }, | 913 }, |
| 914 "searchEnginesPrivate": { | |
| 915 "channel": "trunk", | |
| 916 "extension_types": ["extension", "platform_app"], | |
| 917 "location": "component" | |
| 918 }, | |
| 919 "screensaver": { | 914 "screensaver": { |
| 920 "channel": "stable", | 915 "channel": "stable", |
| 921 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 916 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
| 922 }, | 917 }, |
| 923 "sessions": { | 918 "sessions": { |
| 924 "channel": "stable", | 919 "channel": "stable", |
| 925 "extension_types": ["extension", "legacy_packaged_app"] | 920 "extension_types": ["extension", "legacy_packaged_app"] |
| 926 }, | 921 }, |
| 927 "settingsPrivate": [{ | 922 "settingsPrivate": [{ |
| 928 "channel": "trunk", | 923 "channel": "trunk", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 "channel": "stable", | 1063 "channel": "stable", |
| 1069 "extension_types": ["platform_app"], | 1064 "extension_types": ["platform_app"], |
| 1070 "platforms": ["chromeos"], | 1065 "platforms": ["chromeos"], |
| 1071 "whitelist": [ | 1066 "whitelist": [ |
| 1072 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1067 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 1073 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1068 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 1074 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1069 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 1075 ] | 1070 ] |
| 1076 } | 1071 } |
| 1077 } | 1072 } |
| OLD | NEW |