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

Unified Diff: chrome/browser/ui/app_list/search/search_controller.h

Issue 15875007: app_list: Search result launch history and boost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win7_aura unit_test Created 7 years, 7 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: chrome/browser/ui/app_list/search/search_controller.h
diff --git a/chrome/browser/ui/app_list/search/search_controller.h b/chrome/browser/ui/app_list/search/search_controller.h
index 53acd2fb9ac954b90bdc502993c19b99bf88cbc7..fca4b618bcd6eb5f80e6f825d0fba8ac1646fbcd 100644
--- a/chrome/browser/ui/app_list/search/search_controller.h
+++ b/chrome/browser/ui/app_list/search/search_controller.h
@@ -17,6 +17,7 @@ class Profile;
namespace app_list {
+class History;
class SearchBoxModel;
class SearchProvider;
class SearchResult;
@@ -59,6 +60,7 @@ class SearchController {
bool dispatching_query_;
Providers providers_;
scoped_ptr<Mixer> mixer_;
+ History* history_; // BrowserContextKeyedService, not owned.
base::OneShotTimer<SearchController> stop_timer_;
« no previous file with comments | « chrome/browser/ui/app_list/search/mixer_unittest.cc ('k') | chrome/browser/ui/app_list/search/search_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698