| Index: chrome/browser/profiles/profile_info_cache.h
|
| diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h
|
| index ef9038c608122288cfd16ebc43081a1b6fd3527a..e090abd966bb7bdf0653659ecff08552caf8fadd 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -159,6 +159,8 @@ class ProfileInfoCache : public ProfileInfoInterface,
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ProfileInfoCacheTest, DownloadHighResAvatarTest);
|
| + FRIEND_TEST_ALL_PREFIXES(ProfileInfoCacheTest,
|
| + NothingToDownloadHighResAvatarTest);
|
|
|
| const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;
|
| // Saves the profile info to a cache and takes ownership of |info|.
|
|
|