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

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

Issue 2505783002: chromeos: Migrate SignOut and RequestRestartForUpdate to mojo interface (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 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);

Powered by Google App Engine
This is Rietveld 408576698