| Index: chrome/browser/profiles/profile_list.h
|
| diff --git a/chrome/browser/profiles/profile_list.h b/chrome/browser/profiles/profile_list.h
|
| index 7092d209b0c063a5489c6066afbd57779959ae33..9be0dcb647e67595b42fa09b73fbdd1ea6e796d9 100644
|
| --- a/chrome/browser/profiles/profile_list.h
|
| +++ b/chrome/browser/profiles/profile_list.h
|
| @@ -22,6 +22,9 @@ class ProfileList {
|
| // Returns the Item at the specified index.
|
| virtual const AvatarMenu::Item& GetItemAt(size_t index) const = 0;
|
|
|
| + // Returns the active Item.
|
| + virtual const AvatarMenu::Item& GetActiveItem() const = 0;
|
| +
|
| // Rebuilds the menu from the data source.
|
| virtual void RebuildMenu() = 0;
|
|
|
|
|