| Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| index c05c21a303502a40c0d4ed78bd4eaf48ae505b1c..9de0bba1fd010f976dff3dda680836e483375550 100644
|
| --- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| +++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| @@ -24,8 +24,6 @@ class AvatarMenuActionsChromeOS : public AvatarMenuActions {
|
| virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
|
| virtual bool ShouldShowAddNewProfileLink() const OVERRIDE;
|
| virtual bool ShouldShowEditProfileLink() const OVERRIDE;
|
| - virtual content::WebContents* BeginSignOut() OVERRIDE;
|
| - virtual void SetLogoutURL(const std::string& logout_url) OVERRIDE;
|
| virtual void ActiveBrowserChanged(Browser* browser) OVERRIDE;
|
|
|
| private:
|
|
|