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

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: Rename to the "system" namespace. 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 2ff896ec6ff0d4efdb76815d31ed1b0b5871682b..05fd2bb3896857654fa6b6e3ec2a86321a80de87 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"],
@@ -469,6 +465,10 @@
"dependencies": ["permission:systemInfo.memory"],
"contexts": ["blessed_extension"]
},
+ "system.storage": {
+ "dependencies": ["permission:system.storage"],
+ "contexts": ["blessed_extension"]
+ },
"systemPrivate": {
"dependencies": ["permission:systemPrivate"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698