Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
index 79e3cc6eb50769c8675d00f6fad55211a083c7de..974e4e52975a749962ba25ccfe6d81452f8f87b5 100644 |
--- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
+++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
@@ -45,12 +45,7 @@ bool AvatarMenuActionsChromeOS::ShouldShowEditProfileLink() const { |
return false; |
} |
-content::WebContents* AvatarMenuActionsChromeOS::BeginSignOut() { |
- NOTIMPLEMENTED(); |
- return NULL; |
-} |
- |
-void AvatarMenuActionsChromeOS::SetLogoutURL(const std::string& logout_url) { |
+void AvatarMenuActionsChromeOS::BeginSignOut() { |
NOTIMPLEMENTED(); |
} |