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

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

Issue 861053004: [Profiles] Send out less profile avatar related notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mike nit Created 5 years, 11 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 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) {}
virtual void OnProfileSigninRequiredChanged(
const base::FilePath& profile_path) {}
virtual void OnProfileSupervisedUserIdChanged(
« no previous file with comments | « chrome/browser/profiles/profile_info_cache.cc ('k') | chrome/browser/profiles/profile_info_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698