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

Unified Diff: chrome/browser/profiles/avatar_menu_actions.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
« no previous file with comments | « chrome/browser/profiles/avatar_menu.cc ('k') | chrome/browser/profiles/avatar_menu_actions_desktop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/avatar_menu_actions.h
diff --git a/chrome/browser/profiles/avatar_menu_actions.h b/chrome/browser/profiles/avatar_menu_actions.h
index 934cac9e0047b3acabfe62b3c1409a628e84c190..ec49fe9b13a6756d923458614f3789c128c03ff2 100644
--- a/chrome/browser/profiles/avatar_menu_actions.h
+++ b/chrome/browser/profiles/avatar_menu_actions.h
@@ -31,12 +31,6 @@ class AvatarMenuActions {
// Returns true if the edit profile link should be shown.
virtual bool ShouldShowEditProfileLink() const = 0;
- // Starts the sign-out process for this profile.
- virtual content::WebContents* BeginSignOut() = 0;
-
- // Sets a different URL to use for logout (for testing only).
- virtual void SetLogoutURL(const std::string& logout_url) = 0;
-
// Updates the browser.
// TODO: Delegate browser actions to remove dependency on Browser class.
virtual void ActiveBrowserChanged(Browser* browser) = 0;
« no previous file with comments | « chrome/browser/profiles/avatar_menu.cc ('k') | chrome/browser/profiles/avatar_menu_actions_desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698