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

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

Issue 18863014: [SystemInfo API] Rename systemInfo Memory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add docs redirect. 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 732018aed38732195133432a12dfb6129927d68b..4891363825f1f181368ab580ca854c355f89735d 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -460,8 +460,8 @@
"dependencies": ["permission:systemInfo.display"],
"contexts": ["blessed_extension"]
},
- "systemInfo.memory": {
- "dependencies": ["permission:systemInfo.memory"],
+ "system.memory": {
+ "dependencies": ["permission:system.memory"],
"contexts": ["blessed_extension"]
},
"systemPrivate": {

Powered by Google App Engine
This is Rietveld 408576698