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

Unified Diff: chrome/browser/ui/app_list/search_builder.cc

Issue 12623029: Upstreaming mechanism to add query refinement to omnibox searches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed ChromeOS. Created 7 years, 9 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_builder.cc
diff --git a/chrome/browser/ui/app_list/search_builder.cc b/chrome/browser/ui/app_list/search_builder.cc
index 6e87b4883e722e6449742911afc6b0f7284164dd..3d33d6bda684209160c01e79433da99b420eb86a 100644
--- a/chrome/browser/ui/app_list/search_builder.cc
+++ b/chrome/browser/ui/app_list/search_builder.cc
@@ -343,7 +343,7 @@ void SearchBuilder::StartSearch() {
// are not implemented.
// TODO(xiyuan): Figure out the features that need to support here.
controller_->Start(AutocompleteInput(search_box_->text(), string16::npos,
- string16(), false, false, true,
+ string16(), GURL(), false, false, true,
AutocompleteInput::ALL_MATCHES));
}

Powered by Google App Engine
This is Rietveld 408576698