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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 "extension_types": ["extension", "packaged_app", "platform_app"] | 512 "extension_types": ["extension", "packaged_app", "platform_app"] |
513 }, | 513 }, |
514 "screensaver": { | 514 "screensaver": { |
515 "channel": "stable", | 515 "channel": "stable", |
516 "extension_types": ["packaged_app", "hosted_app", "platform_app"] | 516 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
517 }, | 517 }, |
518 "serial": { | 518 "serial": { |
519 "channel": "stable", | 519 "channel": "stable", |
520 "extension_types": ["platform_app"] | 520 "extension_types": ["platform_app"] |
521 }, | 521 }, |
522 "sessionRestore": { | 522 "sessions": { |
523 "channel": "dev", | 523 "channel": "dev", |
524 "extension_types": ["extension", "packaged_app"] | 524 "extension_types": ["extension", "packaged_app"] |
525 }, | 525 }, |
526 "streamsPrivate": { | 526 "streamsPrivate": { |
527 "channel": "stable", | 527 "channel": "stable", |
528 "extension_types": ["extension", "packaged_app", "platform_app"], | 528 "extension_types": ["extension", "packaged_app", "platform_app"], |
529 "whitelist": [ | 529 "whitelist": [ |
530 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 530 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
531 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 531 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
532 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 532 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 }, | 660 }, |
661 "webRequestBlocking": { | 661 "webRequestBlocking": { |
662 "channel": "stable", | 662 "channel": "stable", |
663 "extension_types": ["extension", "packaged_app"] | 663 "extension_types": ["extension", "packaged_app"] |
664 }, | 664 }, |
665 "webview": { | 665 "webview": { |
666 "channel": "stable", | 666 "channel": "stable", |
667 "extension_types": ["platform_app"] | 667 "extension_types": ["platform_app"] |
668 } | 668 } |
669 } | 669 } |
OLD | NEW |