Chromium Code Reviews| 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 bf86560c8fb3dbe6e3acf04c39eb9ae1a0eb3657..1cfdea844b4e3c59f2e4622e849112ad45b4370d 100644 |
| --- a/chrome/test/data/policy/policy_test_cases.json |
| +++ b/chrome/test/data/policy/policy_test_cases.json |
| @@ -1696,10 +1696,13 @@ |
| }, |
| "PresentationIdleDelayScale": { |
|
Daniel Erat
2013/06/21 20:13:32
can this be removed now or does it need to stay?
bartfab (slow)
2013/06/21 20:58:25
It needs to stay. The policy is still listed in po
|
| + }, |
| + |
| + "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" } |
| ] |
| }, |