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

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

Issue 23072036: Adds an integration test for uninstalling app list search results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit indenting 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/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 53d08a40dd7c08bea30d3111270834603f8f859c..d4ecef4d6be9d4ea367b55e59a4c4750a4bccbef 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -39,6 +39,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
explicit AppListView(AppListViewDelegate* delegate);
virtual ~AppListView();
+ AppListModel* model() { return model_.get(); }
+
// Initializes the widget.
void InitAsBubble(gfx::NativeView parent,
PaginationModel* pagination_model,

Powered by Google App Engine
This is Rietveld 408576698