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

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: for comments in #3 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..0655f50939800898692b67dddf4dce4d8a599cd5 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_; // PKS, not owned.
James Cook 2013/05/24 03:57:05 nit: spell out ProfileKeyedService
xiyuan 2013/05/24 16:33:02 Done.
base::OneShotTimer<SearchController> stop_timer_;

Powered by Google App Engine
This is Rietveld 408576698