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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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
« no previous file with comments | « chrome/browser/ui/ash/system_tray_common.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index f3e0c0b9ab9649981402bd7e9c163f4f19ac5c3b..def75b50cec9e80b0584b0d608e1f397a4feed43 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -84,7 +84,6 @@ class SystemTrayDelegateChromeOS
void Initialize() override;
bool GetTrayVisibilityOnStartup() override;
ash::LoginStatus GetUserLoginStatus() const override;
- void ChangeProfilePicture() override;
std::string GetEnterpriseDomain() const override;
base::string16 GetEnterpriseMessage() const override;
std::string GetSupervisedUserManager() const override;
@@ -110,7 +109,6 @@ class SystemTrayDelegateChromeOS
void ShowPaletteHelp() override;
void ShowPaletteSettings() override;
void ShowPublicAccountInfo() override;
- void ShowSupervisedUserInfo() override;
void ShowEnterpriseInfo() override;
void ShowUserLogin() override;
void SignOut() override;
@@ -132,7 +130,7 @@ class SystemTrayDelegateChromeOS
bool GetBluetoothAvailable() override;
bool GetBluetoothEnabled() override;
bool GetBluetoothDiscovering() override;
- void ChangeProxySettings() override;
+ void ShowProxySettings() override;
ash::CastConfigDelegate* GetCastConfigDelegate() override;
ash::NetworkingConfigDelegate* GetNetworkingConfigDelegate() const override;
ash::VolumeControlDelegate* GetVolumeControlDelegate() const override;
« no previous file with comments | « chrome/browser/ui/ash/system_tray_common.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698