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

Unified Diff: chrome/browser/profiles/avatar_menu_actions_desktop.h

Issue 64313005: Fix crash when locking a profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix flaky test 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_actions_desktop.h
diff --git a/chrome/browser/profiles/avatar_menu_actions_desktop.h b/chrome/browser/profiles/avatar_menu_actions_desktop.h
index 21a1e619795d86d927b311bc9b0cf6d4b9a09a55..e3a20789267bf714bc8606701db28bb9617f007d 100644
--- a/chrome/browser/profiles/avatar_menu_actions_desktop.h
+++ b/chrome/browser/profiles/avatar_menu_actions_desktop.h
@@ -23,8 +23,6 @@ class AvatarMenuActionsDesktop : public AvatarMenuActions {
virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
virtual bool ShouldShowAddNewProfileLink() const OVERRIDE;
virtual bool ShouldShowEditProfileLink() const OVERRIDE;
- virtual content::WebContents* BeginSignOut() OVERRIDE;
- virtual void SetLogoutURL(const std::string& logout_url) OVERRIDE;
virtual void ActiveBrowserChanged(Browser* browser) OVERRIDE;
private:
« no previous file with comments | « chrome/browser/profiles/avatar_menu_actions.h ('k') | chrome/browser/profiles/avatar_menu_actions_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698