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": { |