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

Unified Diff: ui/app_list/views/signin_view.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove junk from list_model.h Created 7 years, 5 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
Index: ui/app_list/views/signin_view.h
diff --git a/ui/app_list/views/signin_view.h b/ui/app_list/views/signin_view.h
index 47a107b332918f2b0491c22c58c504a0a24e092d..68b068d249faa5b4a2e525c7209c026f3eac5a3d 100644
--- a/ui/app_list/views/signin_view.h
+++ b/ui/app_list/views/signin_view.h
@@ -28,6 +28,8 @@ class SigninView : public views::View,
SigninView(SigninDelegate* delegate, int width);
virtual ~SigninView();
+ void set_delegate(SigninDelegate* delegate) { delegate_ = delegate; }
koz (OOO until 15th September) 2013/08/05 01:09:11 Is this used?
calamity 2013/08/08 04:52:12 Removed.
+
private:
// views::ButtonListener overrides:
virtual void ButtonPressed(views::Button* sender,

Powered by Google App Engine
This is Rietveld 408576698