| Index: chrome/browser/profiles/profile_list_desktop.h
|
| diff --git a/chrome/browser/profiles/profile_list_desktop.h b/chrome/browser/profiles/profile_list_desktop.h
|
| index f0e85ca82abd8f46c1b634297701641b5bf8b944..8047c275ecfd61587b3359a0b272912e465904fb 100644
|
| --- a/chrome/browser/profiles/profile_list_desktop.h
|
| +++ b/chrome/browser/profiles/profile_list_desktop.h
|
| @@ -21,6 +21,7 @@ class ProfileListDesktop : public ProfileList {
|
| // ProfileList overrides:
|
| virtual size_t GetNumberOfItems() const OVERRIDE;
|
| virtual const AvatarMenu::Item& GetItemAt(size_t index) const OVERRIDE;
|
| + virtual const AvatarMenu::Item& GetActiveItem() const OVERRIDE;
|
| virtual void RebuildMenu() OVERRIDE;
|
| virtual size_t MenuIndexFromProfileIndex(size_t index) OVERRIDE;
|
| virtual void ActiveProfilePathChanged(base::FilePath& path) OVERRIDE;
|
|
|