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

Unified Diff: chrome/browser/profiles/avatar_menu.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.h
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
index 13f9476732651d3c613a9a8d78a114d7e840af99..beac8f21fa1bee0737d64c6d373d76d90c6f1b10 100644
--- a/chrome/browser/profiles/avatar_menu.h
+++ b/chrome/browser/profiles/avatar_menu.h
@@ -128,12 +128,6 @@ class AvatarMenu : public content::NotificationObserver {
// last active browser changes, the menu will need to reference that browser.
void ActiveBrowserChanged(Browser* browser);
- // Start the sign-out process for this profile.
- content::WebContents* BeginSignOut();
-
- // Use a different URL for logout (for testing only).
- void SetLogoutURL(const std::string& logout_url);
-
// Returns true if the add profile link should be shown.
bool ShouldShowAddNewProfileLink() const;
« no previous file with comments | « chrome/browser/extensions/api/principals_private/principals_private_api.cc ('k') | chrome/browser/profiles/avatar_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698