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 1fe893723ef17339b01902ebfc8d5db1a8ade0c5..7b005fc5c5dceedf928ab44af728ef99d2d1a1de 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -153,10 +153,6 @@ class ProfileInfoCache : public ProfileInfoInterface, |
const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const; |
// Saves the profile info to a cache and takes ownership of |info|. |
- // Currently the only information that is cached is the profile's name, |
- // user name, and avatar icon. |
- void SetInfoQuietlyForProfileAtIndex(size_t index, |
- base::DictionaryValue* info); |
void SetInfoForProfileAtIndex(size_t index, base::DictionaryValue* info); |
std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const; |
std::vector<std::string>::iterator FindPositionForProfile( |