| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 "extension_types": ["extension", "packaged_app", "platform_app"], | 525 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 526 "min_manifest_version": 2 | 526 "min_manifest_version": 2 |
| 527 }, | 527 }, |
| 528 "system.cpu": { | 528 "system.cpu": { |
| 529 "channel": "dev", | 529 "channel": "dev", |
| 530 "extension_types": [ | 530 "extension_types": [ |
| 531 "extension", "packaged_app", "hosted_app", "platform_app" | 531 "extension", "packaged_app", "hosted_app", "platform_app" |
| 532 ], | 532 ], |
| 533 "whitelist": [""] | 533 "whitelist": [""] |
| 534 }, | 534 }, |
| 535 "system.memory": { | 535 "systemInfo.memory": { |
| 536 "channel": "dev", | 536 "channel": "dev", |
| 537 "extension_types": [ | 537 "extension_types": [ |
| 538 "extension", "packaged_app", "hosted_app", "platform_app" | 538 "extension", "packaged_app", "hosted_app", "platform_app" |
| 539 ], | 539 ], |
| 540 "whitelist": [""] | 540 "whitelist": [""] |
| 541 }, | 541 }, |
| 542 "systemInfo.display": { | 542 "systemInfo.display": { |
| 543 "channel": "stable", | 543 "channel": "stable", |
| 544 "extension_types": ["extension", "packaged_app", "platform_app"] | 544 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 545 }, | 545 }, |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 }, | 638 }, |
| 639 "webRequestBlocking": { | 639 "webRequestBlocking": { |
| 640 "channel": "stable", | 640 "channel": "stable", |
| 641 "extension_types": ["extension", "packaged_app"] | 641 "extension_types": ["extension", "packaged_app"] |
| 642 }, | 642 }, |
| 643 "webview": { | 643 "webview": { |
| 644 "channel": "stable", | 644 "channel": "stable", |
| 645 "extension_types": ["platform_app"] | 645 "extension_types": ["platform_app"] |
| 646 } | 646 } |
| 647 } | 647 } |
| OLD | NEW |