| Index: chrome/browser/profiles/profile_attributes_storage.h
|
| diff --git a/chrome/browser/profiles/profile_attributes_storage.h b/chrome/browser/profiles/profile_attributes_storage.h
|
| index be37714d5d67b632f9eec90c5e5bc11a625f3f52..00368136251594bdc682a1ccfc3505e4ece24761 100644
|
| --- a/chrome/browser/profiles/profile_attributes_storage.h
|
| +++ b/chrome/browser/profiles/profile_attributes_storage.h
|
| @@ -44,6 +44,8 @@ class ProfileAttributesStorage {
|
| // Returns a vector containing one attributes entry per known profile. They
|
| // are not sorted in any particular order.
|
| virtual std::vector<ProfileAttributesEntry*> GetAllProfilesAttributes() = 0;
|
| + virtual std::vector<ProfileAttributesEntry*>
|
| + GetAllProfilesAttributesSortedByName() = 0;
|
|
|
| // Populates |entry| with the data for the profile at |path| and returns true
|
| // if the operation is successful and |entry| can be used. Returns false
|
|
|