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

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

Issue 1117453002: Add gaia_id to ProfileInfoCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 7 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 79fce40ebb653076e1f6e565479f1cd1ef22ceda..09573e5e51d209f9f5b8d05435a1dfa0c34fa77d 100644
--- a/chrome/browser/profiles/profile_info_cache_observer.h
+++ b/chrome/browser/profiles/profile_info_cache_observer.h
@@ -24,7 +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 OnProfileAuthInfoChanged(const base::FilePath& profile_path) {}
virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
virtual void OnProfileHighResAvatarLoaded(
const base::FilePath& profile_path) {}
« 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