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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 458893003: Fix crash in guest mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
index 990f8aa1e8104ad80406fc95d35685fd04987000..f20b2f6a353c2fd4ae3ca4e35bde68d073c3ad46 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -182,8 +182,8 @@ class ProfileChooserView : public views::BubbleDelegateView,
views::LabelButton** button);
// Create a view that shows various options for an upgrade user who is not
- // the same person as the currently signed in user |avatar_item|.
- views::View* CreateSwitchUserView(const AvatarMenu::Item& avatar_item);
+ // the same person as the currently signed in user.
+ views::View* CreateSwitchUserView();
bool ShouldShowGoIncognito() const;
« no previous file with comments | « no previous file | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698