| Index: ash/common/system/tray/system_tray_delegate.h
|
| diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
|
| index 75cadb8e38e5ae442eb0345f74d1742a441d7c91..d881ad5406bdd053e109737ec46a0c201307ecb8 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.h
|
| +++ b/ash/common/system/tray/system_tray_delegate.h
|
| @@ -142,12 +142,6 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Shows login UI to add other users to this session.
|
| virtual void ShowUserLogin();
|
|
|
| - // Attempts to sign out the user.
|
| - virtual void SignOut();
|
| -
|
| - // Attempts to restart the system for update.
|
| - virtual void RequestRestartForUpdate();
|
| -
|
| // Returns a list of available bluetooth devices.
|
| virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* devices);
|
|
|
|
|