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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 "channel": "dev", | 484 "channel": "dev", |
485 "extension_types": [ | 485 "extension_types": [ |
486 "extension" | 486 "extension" |
487 ], | 487 ], |
488 "location": "component" | 488 "location": "component" |
489 }, | 489 }, |
490 "privacy": { | 490 "privacy": { |
491 "channel": "stable", | 491 "channel": "stable", |
492 "extension_types": ["extension", "packaged_app"] | 492 "extension_types": ["extension", "packaged_app"] |
493 }, | 493 }, |
| 494 "processes": { |
| 495 "channel": "dev", |
| 496 "extension_types": ["extension"] |
| 497 }, |
494 "proxy": { | 498 "proxy": { |
495 "channel": "stable", | 499 "channel": "stable", |
496 "extension_types": ["extension", "packaged_app"] | 500 "extension_types": ["extension", "packaged_app"] |
497 }, | 501 }, |
498 "pushMessaging": { | 502 "pushMessaging": { |
499 "channel": "stable", | 503 "channel": "stable", |
500 "extension_types": ["extension", "platform_app"] | 504 "extension_types": ["extension", "platform_app"] |
501 }, | 505 }, |
502 "recoveryPrivate": { | 506 "recoveryPrivate": { |
503 "channel": "dev", | 507 "channel": "dev", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 }, | 675 }, |
672 "webRequestBlocking": { | 676 "webRequestBlocking": { |
673 "channel": "stable", | 677 "channel": "stable", |
674 "extension_types": ["extension", "packaged_app"] | 678 "extension_types": ["extension", "packaged_app"] |
675 }, | 679 }, |
676 "webview": { | 680 "webview": { |
677 "channel": "stable", | 681 "channel": "stable", |
678 "extension_types": ["platform_app"] | 682 "extension_types": ["platform_app"] |
679 } | 683 } |
680 } | 684 } |
OLD | NEW |