diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 18:51:55 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 18:51:55 +0000 |
commit | 1733b78d997caca8d8553719d832b8bc949e78cf (patch) | |
tree | 4307cecc2999921e5152522013ba1289b5c43e37 /chrome/test | |
parent | edaeb3f929e59e72ca3cdeb81baa9dd4d5affcb0 (diff) | |
download | chromium_src-1733b78d997caca8d8553719d832b8bc949e78cf.zip chromium_src-1733b78d997caca8d8553719d832b8bc949e78cf.tar.gz chromium_src-1733b78d997caca8d8553719d832b8bc949e78cf.tar.bz2 |
Add a policy to re-enable deprecated web platform features.
This will give admins the ability to re-enable deprecated features
for a limited amount of time.
This is a re-upload of codereview.chromium.org/263423003 because I've taken
over that CL for mnissler.
R=joaodasilva@chromium.org, jochen@chromium.org
TBR=jar
BUG=345831
Review URL: https://codereview.chromium.org/344693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/policy/policy_test_cases.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json index eee9bff..16b09d9 100644 --- a/chrome/test/data/policy/policy_test_cases.json +++ b/chrome/test/data/policy/policy_test_cases.json @@ -2114,6 +2114,18 @@ ] }, + "EnableDeprecatedWebPlatformFeatures": { + "os": ["win", "linux", "mac", "chromeos"], + "test_policy": { + "EnableDeprecatedWebPlatformFeatures": [ + "ShowModalDialog_EffectiveUntil20150430" + ] + }, + "pref_mappings": [ + { "pref": "enable_deprecated_web_platform_features" } + ] + }, + "TouchVirtualKeyboardEnabled": { "os": ["chromeos"], "test_policy": { "TouchVirtualKeyboardEnabled": false }, |