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

Unified Diff: chrome/browser/profiles/profile_info_cache_observer.h

Issue 334283002: New avatar button: Update when the supervised user ID changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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: chrome/browser/profiles/profile_info_cache_observer.h
diff --git a/chrome/browser/profiles/profile_info_cache_observer.h b/chrome/browser/profiles/profile_info_cache_observer.h
index 6182bbee363a77e0e59f3efdcd8b8ba55b72368f..6e3585c8be24727014183774e355e8dcb9df0a74 100644
--- a/chrome/browser/profiles/profile_info_cache_observer.h
+++ b/chrome/browser/profiles/profile_info_cache_observer.h
@@ -27,6 +27,8 @@ class ProfileInfoCacheObserver {
virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
virtual void OnProfileSigninRequiredChanged(
const base::FilePath& profile_path) {}
+ virtual void OnProfileSupervisedUserIdChanged(
+ const base::FilePath& profile_path) {}
protected:
ProfileInfoCacheObserver() {}
« no previous file with comments | « chrome/browser/profiles/profile_info_cache.cc ('k') | chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698