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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 }, | 339 }, |
340 "easyUnlockPrivate": { | 340 "easyUnlockPrivate": { |
341 "channel": "stable", | 341 "channel": "stable", |
342 "extension_types": ["platform_app"], | 342 "extension_types": ["platform_app"], |
343 "location": "component" | 343 "location": "component" |
344 }, | 344 }, |
345 "embeddedExtensionOptions": { | 345 "embeddedExtensionOptions": { |
346 "channel": "trunk", | 346 "channel": "trunk", |
347 "extension_types": ["extension"] | 347 "extension_types": ["extension"] |
348 }, | 348 }, |
| 349 "enterprise.deviceAttributes": { |
| 350 "channel": "dev", |
| 351 "platforms": ["chromeos"], |
| 352 "extension_types": ["extension", "platform_app"], |
| 353 "location": "policy" |
| 354 }, |
349 "enterprise.platformKeys": { | 355 "enterprise.platformKeys": { |
350 "channel": "stable", | 356 "channel": "stable", |
351 "platforms": ["chromeos"], | 357 "platforms": ["chromeos"], |
352 "extension_types": ["extension", "legacy_packaged_app"], | 358 "extension_types": ["extension", "legacy_packaged_app"], |
353 "location": "policy" | 359 "location": "policy" |
354 }, | 360 }, |
355 "enterprise.platformKeysPrivate": { | 361 "enterprise.platformKeysPrivate": { |
356 "channel": "stable", | 362 "channel": "stable", |
357 "extension_types": ["extension", "legacy_packaged_app"], | 363 "extension_types": ["extension", "legacy_packaged_app"], |
358 "platforms": ["chromeos"], | 364 "platforms": ["chromeos"], |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 "channel": "stable", | 1067 "channel": "stable", |
1062 "extension_types": ["platform_app"], | 1068 "extension_types": ["platform_app"], |
1063 "platforms": ["chromeos"], | 1069 "platforms": ["chromeos"], |
1064 "whitelist": [ | 1070 "whitelist": [ |
1065 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1071 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
1066 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1072 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
1067 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1073 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
1068 ] | 1074 ] |
1069 } | 1075 } |
1070 } | 1076 } |
OLD | NEW |