| Index: chrome/browser/profiles/avatar_menu_actions.h
|
| diff --git a/chrome/browser/profiles/avatar_menu_actions.h b/chrome/browser/profiles/avatar_menu_actions.h
|
| index 934cac9e0047b3acabfe62b3c1409a628e84c190..90a0eafa5931f6138cd5a68e65bb60b3a525e3d7 100644
|
| --- a/chrome/browser/profiles/avatar_menu_actions.h
|
| +++ b/chrome/browser/profiles/avatar_menu_actions.h
|
| @@ -32,10 +32,7 @@ class AvatarMenuActions {
|
| virtual bool ShouldShowEditProfileLink() const = 0;
|
|
|
| // Starts the sign-out process for this profile.
|
| - virtual content::WebContents* BeginSignOut() = 0;
|
| -
|
| - // Sets a different URL to use for logout (for testing only).
|
| - virtual void SetLogoutURL(const std::string& logout_url) = 0;
|
| + virtual void BeginSignOut() = 0;
|
|
|
| // Updates the browser.
|
| // TODO: Delegate browser actions to remove dependency on Browser class.
|
|
|