Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: ash/common/system/tray/system_tray_delegate.h

Issue 2491403003: chromeos: Move SystemTrayDelegate::RequestShutdown to WmShell (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698