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 7fffcf867cad715c7841f0f8bf07998e162463ca..c54edc5ed5b391a0673de9646121b0d770164815 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -201,6 +201,8 @@ class ProfileInfoCache : public ProfileInfoInterface, |
// Returns a vector containing one attributes entry per known profile. They |
// are not sorted in any particular order. |
std::vector<ProfileAttributesEntry*> GetAllProfilesAttributes() override; |
+ std::vector<ProfileAttributesEntry*> GetAllProfilesAttributesSortedByName() |
+ override; |
bool GetProfileAttributesWithPath( |
const base::FilePath& path, |
ProfileAttributesEntry** entry) override; |