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

Unified Diff: ui/app_list/cocoa/current_user_menu_item_view.h

Issue 22268009: Move signin status and current user information into AppListModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 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 | « ui/app_list/cocoa/apps_search_box_controller.mm ('k') | ui/app_list/cocoa/current_user_menu_item_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/current_user_menu_item_view.h
diff --git a/ui/app_list/cocoa/current_user_menu_item_view.h b/ui/app_list/cocoa/current_user_menu_item_view.h
index 84c240a4bec826f0c2b47dacd3a91f9bc3063ff5..9a97267428f9dcf8e0d8d499dff8261f0b9c5eab 100644
--- a/ui/app_list/cocoa/current_user_menu_item_view.h
+++ b/ui/app_list/cocoa/current_user_menu_item_view.h
@@ -17,7 +17,8 @@ class AppListViewDelegate;
APP_LIST_EXPORT
@interface CurrentUserMenuItemView : NSView
-- (id)initWithDelegate:(app_list::AppListViewDelegate*)delegate;
+- (id)initWithCurrentUser:(NSString*)userName
+ userEmail:(NSString*)userEmail;
@end
« no previous file with comments | « ui/app_list/cocoa/apps_search_box_controller.mm ('k') | ui/app_list/cocoa/current_user_menu_item_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698