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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
9 // | 9 // |
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ | 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 523 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
524 ], | 524 ], |
525 "location": "component" | 525 "location": "component" |
526 } | 526 } |
527 ], | 527 ], |
528 "logPrivate": { | 528 "logPrivate": { |
529 "channel": "dev", | 529 "channel": "dev", |
530 "extension_types": ["extension", "legacy_packaged_app"], | 530 "extension_types": ["extension", "legacy_packaged_app"], |
531 "location": "component" | 531 "location": "component" |
532 }, | 532 }, |
| 533 "webcamPrivate": { |
| 534 "channel": "dev", |
| 535 "extension_types": ["extension", "platform_app"] |
| 536 }, |
533 "management": [ | 537 "management": [ |
534 { | 538 { |
535 "channel": "stable", | 539 "channel": "stable", |
536 "extension_types": ["extension", "legacy_packaged_app"] | 540 "extension_types": ["extension", "legacy_packaged_app"] |
537 }, | 541 }, |
538 { | 542 { |
539 "channel": "stable", | 543 "channel": "stable", |
540 "extension_types": ["platform_app"], | 544 "extension_types": ["platform_app"], |
541 "whitelist": [ | 545 "whitelist": [ |
542 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT | 546 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 // Only allowed for whitelisted extensions until all the caveats are | 985 // Only allowed for whitelisted extensions until all the caveats are |
982 // addressed. Tracked in crbug/285151. | 986 // addressed. Tracked in crbug/285151. |
983 "channel": "stable", | 987 "channel": "stable", |
984 "extension_types": ["extension"], | 988 "extension_types": ["extension"], |
985 "location": "component", | 989 "location": "component", |
986 "whitelist": [ | 990 "whitelist": [ |
987 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 991 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
988 ] | 992 ] |
989 }] | 993 }] |
990 } | 994 } |
OLD | NEW |