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

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: 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 f3310d4333ce2b011365a81899049767676d8b98..f2cbf547ed9c7f4598d189a7d9ceb42d758c4968 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2078,6 +2078,16 @@
]
},
+ "EnableDeprecatedWebPlatformFeatures": {
+ "os": ["win", "linux", "mac", "chromeos"],
Andrew T Wilson (Slow) 2014/05/08 11:32:45 Why not also android?
Mattias Nissler (ping if slow) 2014/05/09 16:38:27 Good point, fixed.
+ "test_policy": {
+ "EnableDeprecatedWebPlatformFeatures": [ "ShowModalDialog" ]
+ },
+ "pref_mappings": [
+ { "pref": "enable_deprecated_web_platform_features" }
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {

Powered by Google App Engine
This is Rietveld 408576698