summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-15 02:28:07 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-15 02:28:07 +0000
commitca5711799aeada990b0a5f2bcbdb1ac67ec0e290 (patch)
tree2156e51c83de6a2b95c7b6e512f2641a093e9c93 /extensions
parent601d784269a35c42871228d5eda7bd3fa88cc7be (diff)
downloadchromium_src-ca5711799aeada990b0a5f2bcbdb1ac67ec0e290.zip
chromium_src-ca5711799aeada990b0a5f2bcbdb1ac67ec0e290.tar.gz
chromium_src-ca5711799aeada990b0a5f2bcbdb1ac67ec0e290.tar.bz2
Revert 234978 "Added permission for chrome.app.window alwaysOnTo..."
> Added permission for chrome.app.window alwaysOnTop property > > Apps that wish to enable the alwaysOnTop property for app windows must > now declare the "alwaysOnTopWindows" permission in their manifest. > This permission does not appear in install prompts. > > BUG=314260, 171597 > TEST=browser_tests (PlatformAppBrowserTest.WindowsApiAlwaysOnTop*). > Manual test: Create an app which does not specify this permission and > attempts to create a new window with the option enabled or calls > setAlwaysOnTop(true) on an existing window. The window should not be > always on top. The option should work for apps which do declare the > permission. > > Review URL: https://codereview.chromium.org/68423003 This could not be merged into M32. We need to limit the always on top feature more, which will not merge into M32 with this change, so this is being reverted temporarily. TBR=tmdiep@chromium.org Review URL: https://codereview.chromium.org/62803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions')
-rw-r--r--extensions/common/permissions/api_permission.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
index 757cee4..e748aab 100644
--- a/extensions/common/permissions/api_permission.h
+++ b/extensions/common/permissions/api_permission.h
@@ -39,7 +39,6 @@ class APIPermission {
kActivityLogPrivate,
kAdView,
kAlarms,
- kAlwaysOnTopWindows,
kAppCurrentWindowInternal,
kAppRuntime,
kAppWindow,