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

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

Issue 2373863002: mustash: Connect ash system tray "show settings" items to chrome over mojo (Closed)
Patch Set: review comments Created 4 years, 3 months 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
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/mus/system_tray_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index b7cc7ed33b8f07db828a476a60f753e94e25ec2e..c23c55e3cbe89741035a4fe75ee43b937ac4d52b 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -43,8 +43,6 @@ LoginStatus SystemTrayDelegate::GetUserLoginStatus() const {
return LoginStatus::NOT_LOGGED_IN;
}
-void SystemTrayDelegate::ChangeProfilePicture() {}
-
std::string SystemTrayDelegate::GetEnterpriseDomain() const {
return std::string();
}
@@ -121,8 +119,6 @@ void SystemTrayDelegate::ShowPublicAccountInfo() {}
void SystemTrayDelegate::ShowEnterpriseInfo() {}
-void SystemTrayDelegate::ShowSupervisedUserInfo() {}
-
void SystemTrayDelegate::ShowUserLogin() {}
void SystemTrayDelegate::SignOut() {}
@@ -172,7 +168,7 @@ bool SystemTrayDelegate::GetBluetoothDiscovering() {
return false;
}
-void SystemTrayDelegate::ChangeProxySettings() {}
+void SystemTrayDelegate::ShowProxySettings() {}
CastConfigDelegate* SystemTrayDelegate::GetCastConfigDelegate() {
return nullptr;
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/mus/system_tray_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698