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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PermissionTest unittest. Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index bf9516cab4a9ff031d6e21887107c03f0ca96eb9..458fa63a2699be328c7c758591be7ce39231dde3 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -209,10 +209,6 @@
"dependencies": ["permission:experimental"],
"contexts": ["blessed_extension"]
},
- "experimental.systemInfo.storage": {
- "dependencies": ["permission:experimental"],
- "contexts": ["blessed_extension"]
- },
"extension": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"],
@@ -470,6 +466,25 @@
"dependencies": ["permission:system.memory"],
"contexts": ["blessed_extension"]
},
+ "system.storage": {
+ "dependencies": ["permission:system.storage"],
+ "contexts": ["blessed_extension"]
+ },
+ "system.storage.addAvailableCapacityWatch": {
+ "channel": "dev"
+ },
+ "system.storage.removeAvailableCapacityWatch": {
+ "channel": "dev"
+ },
+ "system.storage.getAllAvailableCapacityWatches": {
+ "channel": "dev"
+ },
+ "system.storage.removeAllAvailableCapacityWatches": {
+ "channel": "dev"
+ },
+ "system.storage.onAvailableCapacityChanged": {
+ "channel": "dev"
+ },
"systemPrivate": {
"dependencies": ["permission:systemPrivate"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698