Index: chromeos/dbus/power_policy_controller.h |
diff --git a/chromeos/dbus/power_policy_controller.h b/chromeos/dbus/power_policy_controller.h |
index 3b0890b4388b5a6c0bcbb9d181d0907c28b04754..142892b7a4263a5f5154c306d77e9452511fef37 100644 |
--- a/chromeos/dbus/power_policy_controller.h |
+++ b/chromeos/dbus/power_policy_controller.h |
@@ -66,6 +66,7 @@ class CHROMEOS_EXPORT PowerPolicyController |
double presentation_screen_dim_delay_factor; |
double user_activity_screen_dim_delay_factor; |
bool wait_for_initial_user_activity; |
+ bool force_nonzero_brightness_for_user_activity; |
}; |
// Returns a string describing |policy|. Useful for tests. |