Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5935)

Unified Diff: chrome/browser/profiles/avatar_menu.cc

Issue 64313005: Fix crash when locking a profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3e3ae18fc1b029970cd657c0182a60aa2a16a71d 100644
--- a/chrome/browser/profiles/avatar_menu.cc
+++ b/chrome/browser/profiles/avatar_menu.cc
@@ -231,10 +231,6 @@ void AvatarMenu::Observe(int type,
observer_->OnAvatarMenuChanged(this);
}
-content::WebContents* AvatarMenu::BeginSignOut() {
- return menu_actions_->BeginSignOut();
-}
-
-void AvatarMenu::SetLogoutURL(const std::string& logout_url) {
- menu_actions_->SetLogoutURL(logout_url);
+void AvatarMenu::BeginSignOut() {
+ menu_actions_->BeginSignOut();
}

Powered by Google App Engine
This is Rietveld 408576698