Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: chrome/common/extensions/api/_api_features.json

Issue 22548009: [SystemInfo API] Implement storage.getAvailableCapacity API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@impl_get_available_capacity_api2
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/common/extensions/api/system_storage.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698