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

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

Issue 895803003: [Profiles] Remove the NotificationService from the ProfileInfoCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cait nit Created 5 years, 10 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 f3bfb8864d6ed02e8c11f961b08c15ba2d6240cc..a7a343750eebf6f9a19360f69642e2b0fba1aa4e 100644
--- a/chrome/browser/profiles/profile_info_cache_observer.h
+++ b/chrome/browser/profiles/profile_info_cache_observer.h
@@ -24,6 +24,7 @@ class ProfileInfoCacheObserver {
const base::string16& profile_name) {}
virtual void OnProfileNameChanged(const base::FilePath& profile_path,
const base::string16& old_profile_name) {}
+ virtual void OnProfileUserNameChanged(const base::FilePath& profile_path) {}
virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
virtual void OnProfileHighResAvatarLoaded(
const base::FilePath& profile_path) {}

Powered by Google App Engine
This is Rietveld 408576698