Index: chrome/browser/profiles/avatar_menu.cc |
diff --git a/chrome/browser/profiles/avatar_menu.cc b/chrome/browser/profiles/avatar_menu.cc |
index 5bd91cd15545faa8f99da166f78def2fc33091b4..c34c65ff5116e9ca711c5f62f4c2f8154c417dfc 100644 |
--- a/chrome/browser/profiles/avatar_menu.cc |
+++ b/chrome/browser/profiles/avatar_menu.cc |
@@ -230,11 +230,3 @@ void AvatarMenu::Observe(int type, |
if (observer_) |
observer_->OnAvatarMenuChanged(this); |
} |
- |
-content::WebContents* AvatarMenu::BeginSignOut() { |
- return menu_actions_->BeginSignOut(); |
-} |
- |
-void AvatarMenu::SetLogoutURL(const std::string& logout_url) { |
- menu_actions_->SetLogoutURL(logout_url); |
-} |