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

Unified Diff: ash/common/system/chromeos/supervised/tray_supervised_user.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
Index: ash/common/system/chromeos/supervised/tray_supervised_user.cc
diff --git a/ash/common/system/chromeos/supervised/tray_supervised_user.cc b/ash/common/system/chromeos/supervised/tray_supervised_user.cc
index a048ef59f6ae01be6773b3f62ce951174de918c3..4f15d48a36bff344e911266da3dd786e3472d731 100644
--- a/ash/common/system/chromeos/supervised/tray_supervised_user.cc
+++ b/ash/common/system/chromeos/supervised/tray_supervised_user.cc
@@ -69,7 +69,7 @@ void TraySupervisedUser::DestroyDefaultView() {
}
void TraySupervisedUser::OnViewClicked(views::View* sender) {
- WmShell::Get()->system_tray_delegate()->ShowSupervisedUserInfo();
+ // TODO(antrim): Find out what should we show in this case.
}
void TraySupervisedUser::UpdateAfterLoginStatusChange(LoginStatus status) {
« no previous file with comments | « ash/common/system/chromeos/network/network_state_list_detailed_view.cc ('k') | ash/common/system/tray/system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698