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

Unified Diff: chrome/common/extensions/permissions/chrome_api_permissions.cc

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: 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/chrome_api_permissions.cc
diff --git a/chrome/common/extensions/permissions/chrome_api_permissions.cc b/chrome/common/extensions/permissions/chrome_api_permissions.cc
index ccb444882b9d91b5e6cf551e8611064e720e4606..cb98d555038c67e9b29d3adeffa33334dec7dc6f 100644
--- a/chrome/common/extensions/permissions/chrome_api_permissions.cc
+++ b/chrome/common/extensions/permissions/chrome_api_permissions.cc
@@ -285,6 +285,7 @@ std::vector<APIPermissionInfo*> ChromeAPIPermissions::GetAllPermissions()
PermissionMessage::kSystemIndicator },
{ APIPermission::kSystemInfoCpu, "systemInfo.cpu" },
{ APIPermission::kSystemInfoMemory, "systemInfo.memory" },
+ { APIPermission::kSystemInfoStorage, "systemInfo.storage" },
{ APIPermission::kSystemInfoDisplay, "systemInfo.display" },
{ APIPermission::kPointerLock, "pointerLock" },
{ APIPermission::kFullscreen, "fullscreen" },

Powered by Google App Engine
This is Rietveld 408576698