diff options
Diffstat (limited to 'chromeos/dbus/power_manager_client.h')
-rw-r--r-- | chromeos/dbus/power_manager_client.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chromeos/dbus/power_manager_client.h b/chromeos/dbus/power_manager_client.h index 5be8298..e910232 100644 --- a/chromeos/dbus/power_manager_client.h +++ b/chromeos/dbus/power_manager_client.h @@ -156,11 +156,9 @@ class CHROMEOS_EXPORT PowerManagerClient { virtual void NotifyUserActivity( const base::TimeTicks& last_activity_time) = 0; - // Notifies the power manager that a video is currently playing. It also - // includes whether or not the containing window for the video is fullscreen. + // Notifies the power manager that a video is currently playing. virtual void NotifyVideoActivity( - const base::TimeTicks& last_activity_time, - bool is_fullscreen) = 0; + const base::TimeTicks& last_activity_time) = 0; // Override the current power state on the machine. The overrides will be // applied to the request ID specified. To specify a new request; use 0 as |