| 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 5e8cf41b48aad5a2d63c363dec8f40c904db36a8..d29eac0a43601819ab94428082590c24e749d1b4 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.h
|
| +++ b/ash/common/system/tray/system_tray_delegate.h
|
| @@ -144,9 +144,6 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Attempts to restart the system for update.
|
| virtual void RequestRestartForUpdate();
|
|
|
| - // Attempts to shut down the system.
|
| - virtual void RequestShutdown();
|
| -
|
| // Returns a list of available bluetooth devices.
|
| virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* devices);
|
|
|
|
|