Chromium Code Reviews| 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 6e3585c8be24727014183774e355e8dcb9df0a74..f3bfb8864d6ed02e8c11f961b08c15ba2d6240cc 100644 |
| --- a/chrome/browser/profiles/profile_info_cache_observer.h |
| +++ b/chrome/browser/profiles/profile_info_cache_observer.h |
| @@ -25,6 +25,8 @@ class ProfileInfoCacheObserver { |
| virtual void OnProfileNameChanged(const base::FilePath& profile_path, |
| const base::string16& old_profile_name) {} |
| virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {} |
| + virtual void OnProfileHighResAvatarLoaded( |
| + const base::FilePath& profile_path) {} |
|
Mike Lerman
2015/01/27 16:39:16
Should the ProfileChooserView/Controller also list
noms (inactive)
2015/01/27 17:02:20
The ProfileChooserView/Controller listen to OnAvat
|
| virtual void OnProfileSigninRequiredChanged( |
| const base::FilePath& profile_path) {} |
| virtual void OnProfileSupervisedUserIdChanged( |