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

Unified Diff: ui/app_list/cocoa/apps_search_box_controller.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: implemented for mac 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
Index: ui/app_list/cocoa/apps_search_box_controller.h
diff --git a/ui/app_list/cocoa/apps_search_box_controller.h b/ui/app_list/cocoa/apps_search_box_controller.h
index 3e9b4b2dc8a97aba5ad7706a5c259be3bda386d7..a1bc07a65e9f305ad75501c6918f3f02dd470104 100644
--- a/ui/app_list/cocoa/apps_search_box_controller.h
+++ b/ui/app_list/cocoa/apps_search_box_controller.h
@@ -9,6 +9,7 @@
#include "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
+#include "base/strings/sys_string_conversions.h"
tapted 2013/08/14 03:53:11 this shouldn't be in the header, but you'll probab
calamity 2013/08/14 09:19:00 Done.
#include "ui/app_list/app_list_export.h"
namespace app_list {
@@ -27,6 +28,8 @@ class SearchBoxModelObserverBridge;
- (app_list::AppListViewDelegate*)appListDelegate;
- (app_list::SearchBoxModel*)searchBoxModel;
- (void)modelTextDidChange;
+- (const base::string16&)currentUserName;
tapted 2013/08/14 03:53:11 Objective-C functions "can't" return references..
calamity 2013/08/14 09:19:00 Done.
+- (const base::string16&)currentUserEmail;
@end

Powered by Google App Engine
This is Rietveld 408576698