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 { | 8 { |
9 "activeTab": { | 9 "activeTab": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 }, | 747 }, |
748 "wallpaperPrivate": { | 748 "wallpaperPrivate": { |
749 "channel": "stable", | 749 "channel": "stable", |
750 "extension_types": ["platform_app"], | 750 "extension_types": ["platform_app"], |
751 "location": "component" | 751 "location": "component" |
752 }, | 752 }, |
753 "webNavigation": { | 753 "webNavigation": { |
754 "channel": "stable", | 754 "channel": "stable", |
755 "extension_types": ["extension", "legacy_packaged_app"] | 755 "extension_types": ["extension", "legacy_packaged_app"] |
756 }, | 756 }, |
| 757 "webrtcLoggingPrivate": { |
| 758 "channel": "dev", |
| 759 "extension_types": ["extension"], |
| 760 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] |
| 761 }, |
757 "webstorePrivate": { | 762 "webstorePrivate": { |
758 "channel": "stable", | 763 "channel": "stable", |
759 "extension_types": ["extension", "legacy_packaged_app"], | 764 "extension_types": ["extension", "legacy_packaged_app"], |
760 "whitelist": [ | 765 "whitelist": [ |
761 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store | 766 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store |
762 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store | 767 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store |
763 ] | 768 ] |
764 }, | 769 }, |
765 "webRequest": { | 770 "webRequest": { |
766 "channel": "stable", | 771 "channel": "stable", |
(...skipping 11 matching lines...) Expand all Loading... |
778 // Only allowed for whitelisted extensions until all the caveats are | 783 // Only allowed for whitelisted extensions until all the caveats are |
779 // addressed. Tracked in crbug/285151. | 784 // addressed. Tracked in crbug/285151. |
780 "channel": "stable", | 785 "channel": "stable", |
781 "extension_types": ["extension"], | 786 "extension_types": ["extension"], |
782 "location": "component", | 787 "location": "component", |
783 "whitelist": [ | 788 "whitelist": [ |
784 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 789 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
785 ] | 790 ] |
786 }] | 791 }] |
787 } | 792 } |
OLD | NEW |