| Index: chrome/browser/profiles/avatar_menu.h
|
| diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
|
| index 13f9476732651d3c613a9a8d78a114d7e840af99..0736397a2eeb196e19a759e172937ced022ac314 100644
|
| --- a/chrome/browser/profiles/avatar_menu.h
|
| +++ b/chrome/browser/profiles/avatar_menu.h
|
| @@ -129,10 +129,7 @@ class AvatarMenu : public content::NotificationObserver {
|
| void ActiveBrowserChanged(Browser* browser);
|
|
|
| // Start the sign-out process for this profile.
|
| - content::WebContents* BeginSignOut();
|
| -
|
| - // Use a different URL for logout (for testing only).
|
| - void SetLogoutURL(const std::string& logout_url);
|
| + void BeginSignOut();
|
|
|
| // Returns true if the add profile link should be shown.
|
| bool ShouldShowAddNewProfileLink() const;
|
|
|