| 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 }, | 501 }, |
| 502 "systemIndicator": { | 502 "systemIndicator": { |
| 503 "channel": "dev", | 503 "channel": "dev", |
| 504 "extension_types": ["extension", "packaged_app", "platform_app"] | 504 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 505 }, | 505 }, |
| 506 "storage": { | 506 "storage": { |
| 507 "channel": "stable", | 507 "channel": "stable", |
| 508 "extension_types": ["extension", "packaged_app", "platform_app"], | 508 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 509 "min_manifest_version": 2 | 509 "min_manifest_version": 2 |
| 510 }, | 510 }, |
| 511 "widgets": { |
| 512 "channel": "dev", |
| 513 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 514 }, |
| 511 "systemInfo.cpu": { | 515 "systemInfo.cpu": { |
| 512 "channel": "dev", | 516 "channel": "dev", |
| 513 "extension_types": [ | 517 "extension_types": [ |
| 514 "extension", "packaged_app", "hosted_app", "platform_app" | 518 "extension", "packaged_app", "hosted_app", "platform_app" |
| 515 ], | 519 ], |
| 516 "whitelist": [""] | 520 "whitelist": [""] |
| 517 }, | 521 }, |
| 518 "systemInfo.memory": { | 522 "systemInfo.memory": { |
| 519 "channel": "dev", | 523 "channel": "dev", |
| 520 "extension_types": [ | 524 "extension_types": [ |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 }, | 625 }, |
| 622 "webRequestBlocking": { | 626 "webRequestBlocking": { |
| 623 "channel": "stable", | 627 "channel": "stable", |
| 624 "extension_types": ["extension", "packaged_app"] | 628 "extension_types": ["extension", "packaged_app"] |
| 625 }, | 629 }, |
| 626 "webview": { | 630 "webview": { |
| 627 "channel": "stable", | 631 "channel": "stable", |
| 628 "extension_types": ["platform_app"] | 632 "extension_types": ["platform_app"] |
| 629 } | 633 } |
| 630 } | 634 } |
| OLD | NEW |