Index: ash/system/chromeos/power/tablet_power_button_controller.h |
diff --git a/ash/system/chromeos/power/tablet_power_button_controller.h b/ash/system/chromeos/power/tablet_power_button_controller.h |
index 2a90377683139507dcb7065204c87c549c3f606f..e1dff9dc8bbf41a3ef18c48db121e975ba6725f4 100644 |
--- a/ash/system/chromeos/power/tablet_power_button_controller.h |
+++ b/ash/system/chromeos/power/tablet_power_button_controller.h |
@@ -90,6 +90,10 @@ class ASH_EXPORT TabletPowerButtonController |
// Initializes |backlights_forced_off_|. |
void OnGotInitialBacklightsForcedOff(bool is_forced_off); |
+ // Enables or disables the touchscreen, also writing its state to a pref in |
+ // local state. The touchscreen is disabled when backlights are forced off. |
+ void UpdateTouchscreenStatus(); |
+ |
// Starts |shutdown_timer_| when the power button is pressed while in |
// tablet mode. |
void StartShutdownTimer(); |