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

Unified Diff: ui/app_list/search_controller.h

Issue 1113483002: App launcher: Added Finch experiment for the search ranking algorithm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@applist-mixer-debug-framework
Patch Set: Split variable. Created 5 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
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/search_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_controller.h
diff --git a/ui/app_list/search_controller.h b/ui/app_list/search_controller.h
index c59564aad185d38e3ad8df603502d27e3000628a..f1e45d5fe1f2b135c6f80ebc6c049eb7f9485892 100644
--- a/ui/app_list/search_controller.h
+++ b/ui/app_list/search_controller.h
@@ -40,10 +40,10 @@ class APP_LIST_EXPORT SearchController {
int event_flags);
// Adds a new mixer group. See Mixer::AddGroup.
- size_t AddGroup(size_t max_results, double boost);
+ size_t AddGroup(size_t max_results, double boost, double multiplier);
// Adds a new mixer group. See Mixer::AddOmniboxGroup.
- size_t AddOmniboxGroup(size_t max_results, double boost);
+ size_t AddOmniboxGroup(size_t max_results, double boost, double multiplier);
// Takes ownership of |provider| and associates it with given mixer group.
void AddProvider(size_t group_id, scoped_ptr<SearchProvider> provider);
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/search_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698