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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 "wallpaperPrivate": { | 759 "wallpaperPrivate": { |
760 "channel": "stable", | 760 "channel": "stable", |
761 "extension_types": ["platform_app"], | 761 "extension_types": ["platform_app"], |
762 "location": "component" | 762 "location": "component" |
763 }, | 763 }, |
764 "webNavigation": { | 764 "webNavigation": { |
765 "channel": "stable", | 765 "channel": "stable", |
766 "extension_types": ["extension", "legacy_packaged_app"] | 766 "extension_types": ["extension", "legacy_packaged_app"] |
767 }, | 767 }, |
768 "webrtcLoggingPrivate": { | 768 "webrtcLoggingPrivate": { |
769 "channel": "dev", | 769 "channel": "stable", |
770 "extension_types": ["extension"], | 770 "extension_types": ["extension"], |
771 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] | 771 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] |
772 }, | 772 }, |
773 "webstorePrivate": { | 773 "webstorePrivate": { |
774 "channel": "stable", | 774 "channel": "stable", |
775 "extension_types": ["extension", "legacy_packaged_app"], | 775 "extension_types": ["extension", "legacy_packaged_app"], |
776 "whitelist": [ | 776 "whitelist": [ |
777 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store | 777 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store |
778 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store | 778 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store |
779 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype) | 779 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype) |
(...skipping 15 matching lines...) Expand all Loading... |
795 // Only allowed for whitelisted extensions until all the caveats are | 795 // Only allowed for whitelisted extensions until all the caveats are |
796 // addressed. Tracked in crbug/285151. | 796 // addressed. Tracked in crbug/285151. |
797 "channel": "stable", | 797 "channel": "stable", |
798 "extension_types": ["extension"], | 798 "extension_types": ["extension"], |
799 "location": "component", | 799 "location": "component", |
800 "whitelist": [ | 800 "whitelist": [ |
801 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 801 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
802 ] | 802 ] |
803 }] | 803 }] |
804 } | 804 } |
OLD | NEW |