Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1708d9c8193c10d2afdd6d115badf9edbdee1180..ec2643a8c73594443be6112ad613c6a84adf50cc 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -867,11 +867,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[] = |