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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 "mediaGalleries.delete": { | 548 "mediaGalleries.delete": { |
549 "channel": "stable", | 549 "channel": "stable", |
550 "extension_types": [ "platform_app" ] | 550 "extension_types": [ "platform_app" ] |
551 }, | 551 }, |
552 // TODO(thestig) Remove this as part of http://crbug.com/144496 | 552 // TODO(thestig) Remove this as part of http://crbug.com/144496 |
553 "mediaGalleriesPrivate": { | 553 "mediaGalleriesPrivate": { |
554 "channel": "stable", | 554 "channel": "stable", |
555 "extension_types": [ "platform_app" ], | 555 "extension_types": [ "platform_app" ], |
556 "whitelist": [ | 556 "whitelist": [ |
557 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", | 557 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", |
558 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 | |
559 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 | |
560 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 | |
561 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", | 558 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", |
562 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" | 559 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" |
563 ] | 560 ] |
564 }, | 561 }, |
565 "mediaPlayerPrivate": { | 562 "mediaPlayerPrivate": { |
566 "channel": "stable", | 563 "channel": "stable", |
567 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 564 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
568 "location": "component" | 565 "location": "component" |
569 }, | 566 }, |
570 "metricsPrivate": { | 567 "metricsPrivate": { |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 // Only allowed for whitelisted extensions until all the caveats are | 952 // Only allowed for whitelisted extensions until all the caveats are |
956 // addressed. Tracked in crbug/285151. | 953 // addressed. Tracked in crbug/285151. |
957 "channel": "stable", | 954 "channel": "stable", |
958 "extension_types": ["extension"], | 955 "extension_types": ["extension"], |
959 "location": "component", | 956 "location": "component", |
960 "whitelist": [ | 957 "whitelist": [ |
961 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 958 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
962 ] | 959 ] |
963 }] | 960 }] |
964 } | 961 } |
OLD | NEW |