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

Unified Diff: athena/home/bottom_home_view.h

Issue 439703002: Allow app list tiles to show search results in the experimental app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix athena Created 6 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 | « no previous file | athena/home/bottom_home_view.cc » ('j') | ui/app_list/views/start_page_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/bottom_home_view.h
diff --git a/athena/home/bottom_home_view.h b/athena/home/bottom_home_view.h
index b88b04aab1ea20723bb318b026cca5f7e39a80bb..5023f7f34cee55cb2956c32e41814db04971940a 100644
--- a/athena/home/bottom_home_view.h
+++ b/athena/home/bottom_home_view.h
@@ -5,6 +5,7 @@
#ifndef ATHENA_HOME_BOTTOM_HOME_VIEW_H_
#define ATHENA_HOME_BOTTOM_HOME_VIEW_H_
+#include "ui/app_list/search_result.h"
#include "ui/app_list/views/search_box_view_delegate.h"
#include "ui/views/view.h"
@@ -27,6 +28,7 @@ class BottomHomeView : public views::View,
virtual void QueryChanged(app_list::SearchBoxView* sender) OVERRIDE;
app_list::AppListViewDelegate* view_delegate_;
+ ScopedVector<app_list::SearchResult> app_list_item_search_results_;
DISALLOW_COPY_AND_ASSIGN(BottomHomeView);
};
« no previous file with comments | « no previous file | athena/home/bottom_home_view.cc » ('j') | ui/app_list/views/start_page_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698