From 936e85963a6d11c79c7ea774bc41c8729c04693f Mon Sep 17 00:00:00 2001 From: "garykac@chromium.org" Date: Mon, 17 Mar 2014 23:03:10 +0000 Subject: Add app.window.shape permission to control access to setShape. This adds an 'app.window.shape' permission that needs to be added to the platform app's manifest to enable the setShape API. This CL also moves fullscreen, overrideEscFullscreen and alwaysOnTopWindow permissions into the same app.window namespace as the window shape permission. Aliases from the old permission names are included for backward compat. BUG= R=kalman@chromium.org, meacer@chromium.org Review URL: https://codereview.chromium.org/100423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257513 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/common/permissions/api_permission.h | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions') diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h index 5d40f86..b6933c2 100644 --- a/extensions/common/permissions/api_permission.h +++ b/extensions/common/permissions/api_permission.h @@ -163,6 +163,7 @@ class APIPermission { kWebrtcLoggingPrivate, kWebstorePrivate, kWebView, + kWindowShape, kScreenlockPrivate, kSystemCpu, kSystemMemory, -- cgit v1.1