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

Unified Diff: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.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 | « no previous file | chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
index c05c21a303502a40c0d4ed78bd4eaf48ae505b1c..9de0bba1fd010f976dff3dda680836e483375550 100644
--- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
+++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
@@ -24,8 +24,6 @@ class AvatarMenuActionsChromeOS : 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 | « no previous file | chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698