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

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: 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..384ceeeaf2193786245ef4764ed3987c1ee3a340 100644
--- a/chrome/common/extensions/permissions/api_permission.h
+++ b/chrome/common/extensions/permissions/api_permission.h
@@ -137,6 +137,7 @@ class APIPermission {
kWebView,
kSystemInfoCpu,
kSystemInfoMemory,
+ kSystemInfoStorage,
Hongbo Min 2013/07/08 06:52:43 nit: please keep alpha order for all kSystemInfo*
Haojian Wu 2013/07/08 07:46:30 Done.
kEnumBoundary
};

Powered by Google App Engine
This is Rietveld 408576698