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

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

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/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 f30e4ae158347e8933de4ca5e33e1618b38c39c5..9ec8238f508bdfba076488d0b6bbe1df7375048c 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -116,9 +116,6 @@ class ASH_EXPORT SystemTrayDelegate {
// Gets information about the active user.
virtual LoginStatus GetUserLoginStatus() const;
- // Shows UI for changing user's profile picture.
- virtual void ChangeProfilePicture();
-
// Returns the domain that manages the device, if it is enterprise-enrolled.
virtual std::string GetEnterpriseDomain() const;
@@ -203,9 +200,6 @@ class ASH_EXPORT SystemTrayDelegate {
// Shows information about enterprise enrolled devices.
virtual void ShowEnterpriseInfo();
- // Shows information about supervised users.
- virtual void ShowSupervisedUserInfo();
-
// Shows login UI to add other users to this session.
virtual void ShowUserLogin();
@@ -268,7 +262,7 @@ class ASH_EXPORT SystemTrayDelegate {
virtual bool GetBluetoothDiscovering();
// Shows UI for changing proxy settings.
- virtual void ChangeProxySettings();
+ virtual void ShowProxySettings();
// Returns CastConfigDelegate. May return nullptr.
virtual CastConfigDelegate* GetCastConfigDelegate();
« no previous file with comments | « ash/common/system/chromeos/supervised/tray_supervised_user.cc ('k') | ash/common/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698