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

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

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: Rebase 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 e33f3cdb21e7962a0825592935882cf02a8aaa08..107e6b1025a041b798859314f41dbeab15f22bcc 100644
--- a/chrome/common/extensions/permissions/api_permission.h
+++ b/chrome/common/extensions/permissions/api_permission.h
@@ -115,7 +115,10 @@ class APIPermission {
kSyncFileSystem,
kSystemPrivate,
kSystemIndicator,
+ kSystemInfoCpu,
kSystemInfoDisplay,
+ kSystemInfoMemory,
+ kSystemInfoStorage,
kTab,
kTabCapture,
kTerminalPrivate,
@@ -135,8 +138,6 @@ class APIPermission {
kWebSocketProxyPrivate,
kWebstorePrivate,
kWebView,
- kSystemInfoCpu,
- kSystemInfoMemory,
kEnumBoundary
};

Powered by Google App Engine
This is Rietveld 408576698