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

Unified Diff: chrome/common/extensions/api/_permission_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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 4205358ce4b331bf2376d31bc8f45e1d10756712..6c1c46f869549cb348afbfb048d6f6db1b33b49e 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -539,6 +539,42 @@
],
"whitelist": [""]
},
+ "system.storage": {
+ "channel": "stable",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
+ "system.storage.addAvailableCapacityWatch": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
+ "system.storage.removeAvailableCapacityWatch": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
+ "system.storage.getAllAvailableCapacityWatches": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
+ "system.storage.removeAllAvailableCapacityWatches": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
+ "system.storage.onAvailableCapacityChanged": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
Haojian Wu 2013/07/18 08:51:20 I'm not sure whether this is the right way to make
Hongbo Min 2013/07/18 09:56:43 I think you are right. Testing the api in dev cha
Haojian Wu 2013/07/18 10:44:30 That means we can only build the trunk-channel chr
方觉(Fang Jue) 2013/07/18 11:44:30 No. This will not make these methods dev only. _pe
Haojian Wu 2013/07/18 15:43:31 Thanks for the useful instructions and link. kalm
not at google - send to devlin 2013/07/18 17:06:18 This is almost correct, you don't need to restrict
Haojian Wu 2013/07/19 08:47:12 Done. Please check whether I get your point.
"systemInfo.display": {
"channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698