| Index: trunk/src/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h (revision 235821)
|
| +++ trunk/src/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h (working copy)
|
| @@ -24,6 +24,8 @@
|
| 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:
|
|
|