| Index: chromeos/dbus/fake_power_manager_client.h
|
| diff --git a/chromeos/dbus/fake_power_manager_client.h b/chromeos/dbus/fake_power_manager_client.h
|
| index fc6bbae2f83b546040ed6a7c47dfab38448f01a2..8b02ecf1d4b2f27ac56642aa8d8a2630428fbcfe 100644
|
| --- a/chromeos/dbus/fake_power_manager_client.h
|
| +++ b/chromeos/dbus/fake_power_manager_client.h
|
| @@ -66,6 +66,9 @@ class CHROMEOS_EXPORT FakePowerManagerClient : public PowerManagerClient {
|
| base::Closure GetSuspendReadinessCallback() override;
|
| int GetNumPendingSuspendReadinessCallbacks() override;
|
|
|
| + // Resets the object's state.
|
| + void Reset();
|
| +
|
| // Pops the first report from |video_activity_reports_|, returning whether the
|
| // activity was fullscreen or not. There must be at least one report.
|
| bool PopVideoActivityReport();
|
|
|