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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 263423003: Add a policy to re-enable deprecated web platform features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index cccdeedf24c99a0031c8c356f40340d8edf0091a..69096ab4aa49a0eb62cd9a87df9797dce868fd9a 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2095,6 +2095,18 @@
]
},
+ "EnableDeprecatedWebPlatformFeatures": {
+ "os": ["win", "linux", "mac", "chromeos", "android"],
+ "test_policy": {
+ "EnableDeprecatedWebPlatformFeatures": [
+ "ShowModalDialog_EffectiveUntil20150430"
+ ]
+ },
+ "pref_mappings": [
+ { "pref": "webkit.webprefs.enable_deprecated_feature" }
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {

Powered by Google App Engine
This is Rietveld 408576698