Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.h |
| =================================================================== |
| --- chrome/browser/profiles/profile_impl.h (revision 112723) |
| +++ chrome/browser/profiles/profile_impl.h (working copy) |
| @@ -190,6 +190,11 @@ |
| 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); |