| 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 "activityLogPrivate": { | 9 "activityLogPrivate": { |
| 10 "dependencies": ["permission:activityLogPrivate"], | 10 "dependencies": ["permission:activityLogPrivate"], |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 "contexts": ["blessed_extension"] | 560 "contexts": ["blessed_extension"] |
| 561 }, | 561 }, |
| 562 "system.memory": { | 562 "system.memory": { |
| 563 "dependencies": ["permission:system.memory"], | 563 "dependencies": ["permission:system.memory"], |
| 564 "contexts": ["blessed_extension"] | 564 "contexts": ["blessed_extension"] |
| 565 }, | 565 }, |
| 566 "system.storage": { | 566 "system.storage": { |
| 567 "dependencies": ["permission:system.storage"], | 567 "dependencies": ["permission:system.storage"], |
| 568 "contexts": ["blessed_extension"] | 568 "contexts": ["blessed_extension"] |
| 569 }, | 569 }, |
| 570 "system.storage.getAvailableCapacity": { |
| 571 "channel": "dev" |
| 572 }, |
| 570 "systemPrivate": { | 573 "systemPrivate": { |
| 571 "dependencies": ["permission:systemPrivate"], | 574 "dependencies": ["permission:systemPrivate"], |
| 572 "contexts": ["blessed_extension"] | 575 "contexts": ["blessed_extension"] |
| 573 }, | 576 }, |
| 574 "tabCapture": { | 577 "tabCapture": { |
| 575 "dependencies": ["permission:tabCapture"], | 578 "dependencies": ["permission:tabCapture"], |
| 576 "contexts": ["blessed_extension"] | 579 "contexts": ["blessed_extension"] |
| 577 }, | 580 }, |
| 578 "tabs": { | 581 "tabs": { |
| 579 "channel": "stable", | 582 "channel": "stable", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 "internal": true, | 680 "internal": true, |
| 678 "channel": "stable", | 681 "channel": "stable", |
| 679 "dependencies": ["permission:webview"], | 682 "dependencies": ["permission:webview"], |
| 680 "contexts": ["blessed_extension"] | 683 "contexts": ["blessed_extension"] |
| 681 }, | 684 }, |
| 682 "windows": { | 685 "windows": { |
| 683 "dependencies": ["api:tabs"], | 686 "dependencies": ["api:tabs"], |
| 684 "contexts": ["blessed_extension"] | 687 "contexts": ["blessed_extension"] |
| 685 } | 688 } |
| 686 } | 689 } |
| OLD | NEW |