| 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 559 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
| 560 }, | 560 }, |
| 561 "serial": { | 561 "serial": { |
| 562 "channel": "stable", | 562 "channel": "stable", |
| 563 "extension_types": ["platform_app"] | 563 "extension_types": ["platform_app"] |
| 564 }, | 564 }, |
| 565 "sessions": { | 565 "sessions": { |
| 566 "channel": "dev", | 566 "channel": "dev", |
| 567 "extension_types": ["extension", "legacy_packaged_app"] | 567 "extension_types": ["extension", "legacy_packaged_app"] |
| 568 }, | 568 }, |
| 569 "signedInDevices": { | |
| 570 "channel": "dev", | |
| 571 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | |
| 572 }, | |
| 573 "streamsPrivate": { | 569 "streamsPrivate": { |
| 574 "channel": "stable", | 570 "channel": "stable", |
| 575 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 571 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 576 "whitelist": [ | 572 "whitelist": [ |
| 577 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 573 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
| 578 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 574 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
| 579 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 575 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
| 580 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 576 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
| 581 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor | 577 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor |
| 582 ] | 578 ] |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 }, | 714 }, |
| 719 "webRequestBlocking": { | 715 "webRequestBlocking": { |
| 720 "channel": "stable", | 716 "channel": "stable", |
| 721 "extension_types": ["extension", "legacy_packaged_app"] | 717 "extension_types": ["extension", "legacy_packaged_app"] |
| 722 }, | 718 }, |
| 723 "webview": { | 719 "webview": { |
| 724 "channel": "stable", | 720 "channel": "stable", |
| 725 "extension_types": ["platform_app"] | 721 "extension_types": ["platform_app"] |
| 726 } | 722 } |
| 727 } | 723 } |
| OLD | NEW |