| 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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 "extension_types": ["extension", "packaged_app", "platform_app"] | 528 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 529 }, | 529 }, |
| 530 "screensaver": { | 530 "screensaver": { |
| 531 "channel": "stable", | 531 "channel": "stable", |
| 532 "extension_types": ["packaged_app", "hosted_app", "platform_app"] | 532 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
| 533 }, | 533 }, |
| 534 "serial": { | 534 "serial": { |
| 535 "channel": "stable", | 535 "channel": "stable", |
| 536 "extension_types": ["platform_app"] | 536 "extension_types": ["platform_app"] |
| 537 }, | 537 }, |
| 538 "sessionRestore": { | 538 "sessions": { |
| 539 "channel": "dev", | 539 "channel": "dev", |
| 540 "extension_types": ["extension", "packaged_app"] | 540 "extension_types": ["extension", "packaged_app"] |
| 541 }, | 541 }, |
| 542 "streamsPrivate": { | 542 "streamsPrivate": { |
| 543 "channel": "stable", | 543 "channel": "stable", |
| 544 "extension_types": ["extension", "packaged_app", "platform_app"], | 544 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 545 "whitelist": [ | 545 "whitelist": [ |
| 546 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 546 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
| 547 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 547 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
| 548 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 548 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 }, | 680 }, |
| 681 "webRequestBlocking": { | 681 "webRequestBlocking": { |
| 682 "channel": "stable", | 682 "channel": "stable", |
| 683 "extension_types": ["extension", "packaged_app"] | 683 "extension_types": ["extension", "packaged_app"] |
| 684 }, | 684 }, |
| 685 "webview": { | 685 "webview": { |
| 686 "channel": "stable", | 686 "channel": "stable", |
| 687 "extension_types": ["platform_app"] | 687 "extension_types": ["platform_app"] |
| 688 } | 688 } |
| 689 } | 689 } |
| OLD | NEW |