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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 "extension_types": ["extension", "packaged_app", "platform_app"] | 494 "extension_types": ["extension", "packaged_app", "platform_app"] |
495 }, | 495 }, |
496 "screensaver": { | 496 "screensaver": { |
497 "channel": "stable", | 497 "channel": "stable", |
498 "extension_types": ["packaged_app", "hosted_app", "platform_app"] | 498 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
499 }, | 499 }, |
500 "serial": { | 500 "serial": { |
501 "channel": "stable", | 501 "channel": "stable", |
502 "extension_types": ["platform_app"] | 502 "extension_types": ["platform_app"] |
503 }, | 503 }, |
504 "sessionRestore": { | 504 "sessions": { |
505 "channel": "dev", | 505 "channel": "dev", |
506 "extension_types": ["extension", "packaged_app"] | 506 "extension_types": ["extension", "packaged_app"] |
507 }, | 507 }, |
508 "streamsPrivate": { | 508 "streamsPrivate": { |
509 "channel": "stable", | 509 "channel": "stable", |
510 "extension_types": ["extension", "packaged_app", "platform_app"], | 510 "extension_types": ["extension", "packaged_app", "platform_app"], |
511 "whitelist": [ | 511 "whitelist": [ |
512 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 512 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
513 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 513 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
514 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 514 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 }, | 661 }, |
662 "webRequestBlocking": { | 662 "webRequestBlocking": { |
663 "channel": "stable", | 663 "channel": "stable", |
664 "extension_types": ["extension", "packaged_app"] | 664 "extension_types": ["extension", "packaged_app"] |
665 }, | 665 }, |
666 "webview": { | 666 "webview": { |
667 "channel": "stable", | 667 "channel": "stable", |
668 "extension_types": ["platform_app"] | 668 "extension_types": ["platform_app"] |
669 } | 669 } |
670 } | 670 } |
OLD | NEW |