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

Unified Diff: chrome/browser/supervised_user/supervised_user_service_observer.h

Issue 597783003: Update the AvatarMenu when a supervised user's custodian info changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 6 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/supervised_user/supervised_user_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/supervised_user/supervised_user_service_observer.h
diff --git a/chrome/browser/supervised_user/supervised_user_service_observer.h b/chrome/browser/supervised_user/supervised_user_service_observer.h
index 27580f6b8e4075b784c126c879c03593ada92824..7d9d61c210960221c824780af1c986295d077f06 100644
--- a/chrome/browser/supervised_user/supervised_user_service_observer.h
+++ b/chrome/browser/supervised_user/supervised_user_service_observer.h
@@ -11,6 +11,10 @@ class SupervisedUserServiceObserver {
// content pack is added, or the default fallback behavior is changed.
virtual void OnURLFilterChanged() {}
+ // Called when information about the supervised user's custodian is changed,
+ // e.g. the display name.
+ virtual void OnCustodianInfoChanged() {}
+
protected:
virtual ~SupervisedUserServiceObserver() {}
};
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698