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

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: Switch to WebPreferences, 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 18d617300d940c894abb066ebe9d55675e5735a5..fd663562cfa18db50f5cabf9d1400d65b952d193 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