| 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 }, | 836 }, |
| 837 "wallpaperPrivate": { | 837 "wallpaperPrivate": { |
| 838 "channel": "stable", | 838 "channel": "stable", |
| 839 "extension_types": ["platform_app"], | 839 "extension_types": ["platform_app"], |
| 840 "location": "component" | 840 "location": "component" |
| 841 }, | 841 }, |
| 842 "webNavigation": { | 842 "webNavigation": { |
| 843 "channel": "stable", | 843 "channel": "stable", |
| 844 "extension_types": ["extension", "legacy_packaged_app"] | 844 "extension_types": ["extension", "legacy_packaged_app"] |
| 845 }, | 845 }, |
| 846 "webrtc": { | |
| 847 "channel": "dev", | |
| 848 "extension_types": ["extension"] | |
| 849 }, | |
| 850 "webrtcAudioPrivate": { | 846 "webrtcAudioPrivate": { |
| 851 "channel": "stable", | 847 "channel": "stable", |
| 852 "extension_types": ["extension"], | 848 "extension_types": ["extension"], |
| 853 "whitelist": [ | 849 "whitelist": [ |
| 854 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", | 850 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", |
| 855 // Hangout Services component extension. | 851 // Hangout Services component extension. |
| 856 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E", | 852 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E", |
| 857 // Extension used for API test. | 853 // Extension used for API test. |
| 858 "ADFA45434ABA2F1A4647E673F53FF37F8F6047A3" | 854 "ADFA45434ABA2F1A4647E673F53FF37F8F6047A3" |
| 859 ] | 855 ] |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 // Only allowed for whitelisted extensions until all the caveats are | 888 // Only allowed for whitelisted extensions until all the caveats are |
| 893 // addressed. Tracked in crbug/285151. | 889 // addressed. Tracked in crbug/285151. |
| 894 "channel": "stable", | 890 "channel": "stable", |
| 895 "extension_types": ["extension"], | 891 "extension_types": ["extension"], |
| 896 "location": "component", | 892 "location": "component", |
| 897 "whitelist": [ | 893 "whitelist": [ |
| 898 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 894 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 899 ] | 895 ] |
| 900 }] | 896 }] |
| 901 } | 897 } |
| OLD | NEW |