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

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

Issue 19912002: [SystemInfo API] Rename systemInfo Memory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commit message. 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dcd1d59c7bbfbc85690b3407e80fb9ae6366c358..bf9516cab4a9ff031d6e21887107c03f0ca96eb9 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -466,8 +466,8 @@
"dependencies": ["permission:system.display"],
"contexts": ["blessed_extension"]
},
- "systemInfo.memory": {
- "dependencies": ["permission:systemInfo.memory"],
+ "system.memory": {
+ "dependencies": ["permission:system.memory"],
"contexts": ["blessed_extension"]
},
"systemPrivate": {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698