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

Unified Diff: chrome/common/extensions/permissions/api_permission.h

Issue 18863014: [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
Index: chrome/common/extensions/permissions/api_permission.h
diff --git a/chrome/common/extensions/permissions/api_permission.h b/chrome/common/extensions/permissions/api_permission.h
index 46d13f066d8f1651ae3198d279988de3d2d2edd4..d043f939790b3d09d3416d1619b18104f3a6c9f1 100644
--- a/chrome/common/extensions/permissions/api_permission.h
+++ b/chrome/common/extensions/permissions/api_permission.h
@@ -136,7 +136,7 @@ class APIPermission {
kWebstorePrivate,
kWebView,
kSystemCpu,
- kSystemInfoMemory,
+ kSystemMemory,
kEnumBoundary
};

Powered by Google App Engine
This is Rietveld 408576698