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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
665 }, | 665 }, |
666 "wallpaperPrivate": { | 666 "wallpaperPrivate": { |
667 "channel": "stable", | 667 "channel": "stable", |
668 "extension_types": ["platform_app"], | 668 "extension_types": ["platform_app"], |
669 "location": "component" | 669 "location": "component" |
670 }, | 670 }, |
671 "webNavigation": { | 671 "webNavigation": { |
672 "channel": "stable", | 672 "channel": "stable", |
673 "extension_types": ["extension", "legacy_packaged_app"] | 673 "extension_types": ["extension", "legacy_packaged_app"] |
674 }, | 674 }, |
675 "webrtcLoggingPrivate": [{ | |
676 "channel": "dev", | |
677 "extension_types": ["extension"], | |
678 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] | |
679 },{ | |
680 "channel": "beta", | |
681 "extension_types": ["extension"], | |
682 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] | |
683 },{ | |
684 "channel": "stable", | |
685 "extension_types": ["extension"], | |
686 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] | |
687 }], | |
Finnur
2013/09/04 13:45:56
I don't think this is correct. There should only b
Henrik Grunell
2013/09/04 13:53:09
Ah OK. The other with several entries all have dif
| |
675 "webstorePrivate": { | 688 "webstorePrivate": { |
676 "channel": "stable", | 689 "channel": "stable", |
677 "extension_types": ["extension", "legacy_packaged_app"], | 690 "extension_types": ["extension", "legacy_packaged_app"], |
678 "whitelist": [ | 691 "whitelist": [ |
679 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store | 692 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store |
680 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store | 693 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store |
681 ] | 694 ] |
682 }, | 695 }, |
683 "webRequest": { | 696 "webRequest": { |
684 "channel": "stable", | 697 "channel": "stable", |
685 "extension_types": ["extension", "legacy_packaged_app"] | 698 "extension_types": ["extension", "legacy_packaged_app"] |
686 }, | 699 }, |
687 "webRequestBlocking": { | 700 "webRequestBlocking": { |
688 "channel": "stable", | 701 "channel": "stable", |
689 "extension_types": ["extension", "legacy_packaged_app"] | 702 "extension_types": ["extension", "legacy_packaged_app"] |
690 }, | 703 }, |
691 "webview": { | 704 "webview": { |
692 "channel": "stable", | 705 "channel": "stable", |
693 "extension_types": ["platform_app"] | 706 "extension_types": ["platform_app"] |
694 } | 707 } |
695 } | 708 } |
OLD | NEW |