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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 538 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
539 }, | 539 }, |
540 "serial": { | 540 "serial": { |
541 "channel": "stable", | 541 "channel": "stable", |
542 "extension_types": ["platform_app"] | 542 "extension_types": ["platform_app"] |
543 }, | 543 }, |
544 "sessions": { | 544 "sessions": { |
545 "channel": "dev", | 545 "channel": "dev", |
546 "extension_types": ["extension", "legacy_packaged_app"] | 546 "extension_types": ["extension", "legacy_packaged_app"] |
547 }, | 547 }, |
| 548 "signedInDevices": { |
| 549 "channel": "dev", |
| 550 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 551 }, |
548 "streamsPrivate": { | 552 "streamsPrivate": { |
549 "channel": "stable", | 553 "channel": "stable", |
550 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 554 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
551 "whitelist": [ | 555 "whitelist": [ |
552 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 556 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
553 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 557 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
554 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 558 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
555 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 559 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
556 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor | 560 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor |
557 ] | 561 ] |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 }, | 697 }, |
694 "webRequestBlocking": { | 698 "webRequestBlocking": { |
695 "channel": "stable", | 699 "channel": "stable", |
696 "extension_types": ["extension", "legacy_packaged_app"] | 700 "extension_types": ["extension", "legacy_packaged_app"] |
697 }, | 701 }, |
698 "webview": { | 702 "webview": { |
699 "channel": "stable", | 703 "channel": "stable", |
700 "extension_types": ["platform_app"] | 704 "extension_types": ["platform_app"] |
701 } | 705 } |
702 } | 706 } |
OLD | NEW |