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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 17408010: Replace PresentationIdleDelayScale with PresentationScreenDimDelayScale (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 6 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" }
]
},
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698