| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index b840e48fc80ec9562a749852738157a65834f194..01b0de3557c36c81cbdc3bb9ba3d3fcd4781d6d9 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -205,9 +205,6 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Shows login UI to add other users to this session.
|
| virtual void ShowUserLogin() = 0;
|
|
|
| - // Attempts to shut down the system.
|
| - virtual void ShutDown() = 0;
|
| -
|
| // Attempts to sign out the user.
|
| virtual void SignOut() = 0;
|
|
|
|
|