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

Unified Diff: chrome/common/extensions/extension_permission_set.cc

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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/extension_permission_set.cc
diff --git a/chrome/common/extensions/extension_permission_set.cc b/chrome/common/extensions/extension_permission_set.cc
index 733b3c31b4bc9526403063ee75bb6f7995a8b3e7..20a70a9d49cacef31adfcf806e64f531e015093b 100644
--- a/chrome/common/extensions/extension_permission_set.cc
+++ b/chrome/common/extensions/extension_permission_set.cc
@@ -255,6 +255,9 @@ void ExtensionAPIPermission::RegisterAllPermissions(
IDS_EXTENSION_PROMPT_WARNING_ALL_PAGES_CONTENT,
ExtensionPermissionMessage::kAllPageContent, kFlagNone, kTypeDefault);
info->RegisterPermission(
+ kStorage, "storage", 0,
+ ExtensionPermissionMessage::kNone, kFlagNone, kTypeDefault);
+ info->RegisterPermission(
kTab, "tabs", IDS_EXTENSION_PROMPT_WARNING_TABS,
ExtensionPermissionMessage::kTabs, kFlagNone,
kTypeDefault - kTypePlatformApp);
« no previous file with comments | « chrome/common/extensions/extension_permission_set.h ('k') | chrome/common/extensions/extension_permission_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698