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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.h

Issue 1376663002: Remove const qualifier from function return type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/system/tray/system_tray_delegate.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 3daab60978fcf0e5b40d05534eaa8891696e5d40..2a04e44683dca1c44d2c744b17a887ae287d69cd 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -81,10 +81,10 @@ class SystemTrayDelegateChromeOS
ash::user::LoginStatus GetUserLoginStatus() const override;
void ChangeProfilePicture() override;
std::string GetEnterpriseDomain() const override;
- const base::string16 GetEnterpriseMessage() const override;
- const std::string GetSupervisedUserManager() const override;
- const base::string16 GetSupervisedUserManagerName() const override;
- const base::string16 GetSupervisedUserMessage() const override;
+ base::string16 GetEnterpriseMessage() const override;
+ std::string GetSupervisedUserManager() const override;
+ base::string16 GetSupervisedUserManagerName() const override;
+ base::string16 GetSupervisedUserMessage() const override;
bool IsUserSupervised() const override;
bool IsUserChild() const override;
void GetSystemUpdateInfo(ash::UpdateInfo* info) const override;
« no previous file with comments | « ash/system/tray/system_tray_delegate.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