| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 7ebfe45e4064f954e8b7b68338ab57938bfd6a45..966c514fe933da142ae713b6031f13a71d8a1689 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -191,6 +191,11 @@ class ProfileImpl : public Profile,
|
|
|
| void UpdateProfileUserNameCache();
|
|
|
| +
|
| + // Updates the ProfileInfoCache with data from this profile.
|
| + void UpdateProfileNameCache();
|
| + void UpdateProfileAvatarCache();
|
| +
|
| void GetCacheParameters(bool is_media_context,
|
| FilePath* cache_path,
|
| int* max_size);
|
|
|