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

Unified Diff: ui/app_list/views/app_list_main_view.cc

Issue 19675010: [win] Initialize the app list menu lazily, and allow invalidation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: constructor does not need delegate, nit name 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
« no previous file with comments | « no previous file | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_main_view.cc
diff --git a/ui/app_list/views/app_list_main_view.cc b/ui/app_list/views/app_list_main_view.cc
index d3791ad9c9a5a556b9046efcb325ea13c1cc1be2..1a8fecdb75bedaeb7c2c13d3e70307070176fac7 100644
--- a/ui/app_list/views/app_list_main_view.cc
+++ b/ui/app_list/views/app_list_main_view.cc
@@ -90,7 +90,7 @@ AppListMainView::AppListMainView(AppListViewDelegate* delegate,
kInnerPadding,
kInnerPadding));
- search_box_view_ = new SearchBoxView(this, delegate);
+ search_box_view_ = new SearchBoxView(this);
benwells 2013/07/23 01:10:43 Should you update the menu here?
tapted 2013/07/23 01:16:47 I was doing this in patchset 1, but realised it wo
benwells 2013/07/23 01:23:26 I'd prefer not to have distant parts of the code r
AddChildView(search_box_view_);
contents_view_ = new ContentsView(this, pagination_model);
« no previous file with comments | « no previous file | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698