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

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 return type on cros 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.h
diff --git a/chrome/browser/profiles/avatar_menu_actions.h b/chrome/browser/profiles/avatar_menu_actions.h
index 934cac9e0047b3acabfe62b3c1409a628e84c190..90a0eafa5931f6138cd5a68e65bb60b3a525e3d7 100644
--- a/chrome/browser/profiles/avatar_menu_actions.h
+++ b/chrome/browser/profiles/avatar_menu_actions.h
@@ -32,10 +32,7 @@ class AvatarMenuActions {
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;
+ virtual void BeginSignOut() = 0;
// Updates the browser.
// TODO: Delegate browser actions to remove dependency on Browser class.

Powered by Google App Engine
This is Rietveld 408576698