| Index: ash/wm/session_state_controller.h
|
| diff --git a/ash/wm/session_state_controller.h b/ash/wm/session_state_controller.h
|
| index fc3ae53f2c0086ff4bf3ef9eefd516e6e60da4d3..47dbd9b598db2d1850361cbbfa26c0058ccee4ac 100644
|
| --- a/ash/wm/session_state_controller.h
|
| +++ b/ash/wm/session_state_controller.h
|
| @@ -153,8 +153,9 @@ class ASH_EXPORT SessionStateController : public aura::RootWindowObserver,
|
|
|
| // Starts locking (with slow animation) that can be cancelled.
|
| // After locking and |kLockToShutdownTimeoutMs| StartShutdownAnimation()
|
| - // will be called unless CancelShutdown() is called.
|
| - virtual void StartLockAnimation();
|
| + // will be called unless CancelShutdown() is called, if |shutdown_after_lock|
|
| + // is true.
|
| + virtual void StartLockAnimation(bool shutdown_after_lock);
|
|
|
| // Starts shutting down (with slow animation) that can be cancelled.
|
| virtual void StartShutdownAnimation();
|
|
|