| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index e6ea38d9a4912bd16d926421ef65080edc75132b..596b5f6173ff696fb6e2bfeee0cb09ca2f43a3f8 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -180,11 +180,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,
|
|
|