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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.cc

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/browser/chromeos/preferences.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 1c73d0ab6b2066a1ff0b7c45707c7d4ea32b2497..f22271da7001c93e0ff3291c856b1414ba488c9a 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -537,8 +537,8 @@ ConfigurationPolicyHandlerList::ConfigurationPolicyHandlerList() {
0, 3, false));
handlers_.push_back(
new IntPercentageToDoublePolicyHandler(
- key::kPresentationIdleDelayScale,
- prefs::kPowerPresentationIdleDelayFactor,
+ key::kPresentationScreenDimDelayScale,
+ prefs::kPowerPresentationScreenDimDelayFactor,
100, INT_MAX, true));
handlers_.push_back(
new IntPercentageToDoublePolicyHandler(
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698