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

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

Issue 10803037: [WIP] ash/extensions: Add experimental extension support for window-management in ash. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-152100 Created 8 years, 4 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
« no previous file with comments | « chrome/common/extensions/permissions/api_permission.h ('k') | ui/gfx/transform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/api_permission.cc
diff --git a/chrome/common/extensions/permissions/api_permission.cc b/chrome/common/extensions/permissions/api_permission.cc
index 42010d874da51a25307efe42c329b82356c9b871..3d1c8b9fb1efa8975bf24f3a109e3bd0f6fae4bb 100644
--- a/chrome/common/extensions/permissions/api_permission.cc
+++ b/chrome/common/extensions/permissions/api_permission.cc
@@ -155,6 +155,7 @@ void APIPermission::RegisterAllPermissions(
PermissionMessage::kGeolocation },
{ kNotification, "notifications" },
{ kUnlimitedStorage, "unlimitedStorage", kFlagCannotBeOptional },
+ { kWM, "wm" },
// Register hosted and packaged app permissions.
{ kAppNotifications, "appNotifications" },
« no previous file with comments | « chrome/common/extensions/permissions/api_permission.h ('k') | ui/gfx/transform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698