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

Unified Diff: chrome/browser/ui/ash/system_tray_client.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: chrome/browser/ui/ash/system_tray_client.h
diff --git a/chrome/browser/ui/ash/system_tray_client.h b/chrome/browser/ui/ash/system_tray_client.h
index a63a2d30db462520af249ebb5f289af90eaeba9b..9aee553438a53b4155ad296a34c06b5f937823cb 100644
--- a/chrome/browser/ui/ash/system_tray_client.h
+++ b/chrome/browser/ui/ash/system_tray_client.h
@@ -61,6 +61,8 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
void ShowNetworkCreate(const std::string& type) override;
void ShowNetworkSettings(const std::string& network_id) override;
void ShowProxySettings() override;
+ void SignOut() override;
+ void RequestRestartForUpdate() override;
private:
// chromeos::system::SystemClockObserver:

Powered by Google App Engine
This is Rietveld 408576698