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

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 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" }
]
},
« 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