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

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

Issue 790503002: Methods and types rename for child accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: 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 4593e580eb82252cda6269710c4f13cdbaa75d8a..a5aeaa14c97335a5706c406d4223b6e8e897b20f 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -136,7 +136,7 @@ class SystemTrayDelegateChromeOS
// Overridden from user_manager::UserManager::UserSessionStateObserver:
void UserAddedToSession(const user_manager::User* active_user) override;
- void UserChangedSupervisedStatus(user_manager::User* user) override;
+ void UserChangedChildStatus(user_manager::User* user) override;
// browser tests need to call ShouldUse24HourClock().
bool GetShouldUse24HourClockForTesting() const;

Powered by Google App Engine
This is Rietveld 408576698