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

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: Rename to the "system" namespace. 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..2bfa633554aa126d86268e266911fd00e3165414 100644
--- a/chrome/common/extensions/permissions/api_permission.h
+++ b/chrome/common/extensions/permissions/api_permission.h
@@ -115,7 +115,15 @@ class APIPermission {
kSyncFileSystem,
kSystemPrivate,
kSystemIndicator,
+ kSystemInfoCpu,
kSystemInfoDisplay,
+ kSystemInfoMemory,
+ kSystemStorage,
+ kSystemStorageAddAvailabaleCapacityWatch,
+ kSystemStorageGetAllAvailableCapacityWatches,
+ kSystemStorageRemoveAllAvailableCapacityWatches,
+ kSystemStorageRemoveAvailableCapacityWatch,
+ kSystemStorageOnAvailableCapacityChanged,
Haojian Wu 2013/07/18 08:51:20 Do we need to these kSystemStorage*AvalableCapacit
not at google - send to devlin 2013/07/18 17:06:18 no. If the permission is same (for the sake of sho
Haojian Wu 2013/07/19 08:47:12 Done.
kTab,
kTabCapture,
kTerminalPrivate,
@@ -135,8 +143,6 @@ class APIPermission {
kWebSocketProxyPrivate,
kWebstorePrivate,
kWebView,
- kSystemInfoCpu,
- kSystemInfoMemory,
kEnumBoundary
};

Powered by Google App Engine
This is Rietveld 408576698