Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 9dfa79a4fcc492c312784e713a413059da6524c5..bbd5204e10aaab75da6a7750bcf1e8e9eb0b537e 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -872,11 +872,6 @@ const char kPowerUseVideoActivity[] = "power.use_video_activity"; |
// screen-related power management (including locking)? |
const char kPowerAllowScreenWakeLocks[] = "power.allow_screen_wake_locks"; |
-// DEPRECATED: This is replaced by kPowerPresentationScreenDimDelayFactor |
-// and has no effect. |
-const char kPowerPresentationIdleDelayFactor[] = |
- "power.presentation_idle_delay_factor"; |
- |
// Amount by which the screen-dim delay should be scaled while the system |
// is in presentation mode. Values are limited to a minimum of 1.0. |
const char kPowerPresentationScreenDimDelayFactor[] = |