| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 1c7a2967c9bec0e1048a8f891a78b328ecf18672..515485afa602e46ff88327ac9ee3d81eb288a2f2 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -178,11 +178,11 @@ class ProfileImpl : public Profile {
|
| void EnsureSessionServiceCreated();
|
| #endif
|
|
|
| - // Updates the ProfileInfoCache with data from this profile.
|
| - void UpdateProfileSupervisedUserIdCache();
|
| - void UpdateProfileNameCache();
|
| - void UpdateProfileAvatarCache();
|
| - void UpdateProfileIsEphemeralCache();
|
| + // Updates the ProfileAttributesStorage with the data from this profile.
|
| + void UpdateSupervisedUserIdInStorage();
|
| + void UpdateNameInStorage();
|
| + void UpdateAvatarInStorage();
|
| + void UpdateIsEphemeralInStorage();
|
|
|
| void GetCacheParameters(bool is_media_context,
|
| base::FilePath* cache_path,
|
|
|