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 ffa9a51ea2cc1d8a6fdda5dba6217da04fcf1c26..54aaee5b89e84a5912a18c79bdd4a2fa88b781d7 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -1696,10 +1696,13 @@ |
}, |
"PresentationIdleDelayScale": { |
+ }, |
+ |
+ "PresentationScreenDimDelayScale": { |
"os": ["chromeos"], |
- "test_policy": { "PresentationIdleDelayScale": 200 }, |
+ "test_policy": { "PresentationScreenDimDelayScale": 200 }, |
"pref_mappings": [ |
- { "pref": "power.presentation_idle_delay_factor" } |
+ { "pref": "power.presentation_screen_dim_delay_factor" } |
] |
}, |