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

Unified Diff: chrome/browser/ui/webui/options/startup_pages_handler.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/webui/options/startup_pages_handler.cc
diff --git a/chrome/browser/ui/webui/options/startup_pages_handler.cc b/chrome/browser/ui/webui/options/startup_pages_handler.cc
index b6f90421720127590e4dc42ad8dc7c3b729077ab..69b711a4e9a840606d6f82dad3d2aab23027eb20 100644
--- a/chrome/browser/ui/webui/options/startup_pages_handler.cc
+++ b/chrome/browser/ui/webui/options/startup_pages_handler.cc
@@ -227,7 +227,7 @@ void StartupPagesHandler::RequestAutocompleteSuggestions(
CHECK(args->GetString(0, &input));
autocomplete_controller_->Start(AutocompleteInput(
- input, string16::npos, string16(), true,
+ input, string16::npos, string16(), GURL(), true,
false, false, AutocompleteInput::ALL_MATCHES));
}

Powered by Google App Engine
This is Rietveld 408576698