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

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

Issue 1802473002: Add deprecation warning banner to App Launcher on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20170310-MacViews-ViewsUnittests
Patch Set: Separate function Created 4 years, 9 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/app_list_view_delegate.cc ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_view_controller.h
diff --git a/ui/app_list/cocoa/app_list_view_controller.h b/ui/app_list/cocoa/app_list_view_controller.h
index 3329dd15060cd71fa377570f4a81683238707c4a..6e8534e24b0566b15ee535b714267b2ce4ed3b6f 100644
--- a/ui/app_list/cocoa/app_list_view_controller.h
+++ b/ui/app_list/cocoa/app_list_view_controller.h
@@ -29,7 +29,8 @@ class AppListModelObserverBridge;
APP_LIST_EXPORT
@interface AppListViewController : NSViewController<AppsPaginationModelObserver,
AppsSearchBoxDelegate,
- AppsSearchResultsDelegate> {
+ AppsSearchResultsDelegate,
+ NSTextViewDelegate> {
@private
base::scoped_nsobject<AppsGridController> appsGridController_;
base::scoped_nsobject<AppListPagerView> pagerControl_;
@@ -37,6 +38,10 @@ APP_LIST_EXPORT
base::scoped_nsobject<AppsSearchResultsController>
appsSearchResultsController_;
+ // If set, a message displayed above the app list grid.
+ base::scoped_nsobject<NSTextView> messageText_;
+ base::scoped_nsobject<NSScrollView> messageScrollView_;
+
// Subview for drawing the background.
base::scoped_nsobject<NSView> backgroundView_;
« no previous file with comments | « ui/app_list/app_list_view_delegate.cc ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698