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

Unified Diff: chrome/browser/ui/app_list/search/omnibox_provider.cc

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Remove debugging info. Created 3 years, 8 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 | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/ui/omnibox/chrome_omnibox_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/omnibox_provider.cc
diff --git a/chrome/browser/ui/app_list/search/omnibox_provider.cc b/chrome/browser/ui/app_list/search/omnibox_provider.cc
index 31621c8c9073d5973f92eb61ce4cf65fd630dea9..c36e417eff2fbba457e66e495612fc0bbbbfd6d9 100644
--- a/chrome/browser/ui/app_list/search/omnibox_provider.cc
+++ b/chrome/browser/ui/app_list/search/omnibox_provider.cc
@@ -36,7 +36,7 @@ OmniboxProvider::~OmniboxProvider() {}
void OmniboxProvider::Start(bool is_voice_query, const base::string16& query) {
is_voice_query_ = is_voice_query;
controller_->Start(AutocompleteInput(
- query, base::string16::npos, std::string(), GURL(),
+ query, base::string16::npos, std::string(), GURL(), base::string16(),
metrics::OmniboxEventProto::INVALID_SPEC, false, false, true, true, false,
ChromeAutocompleteSchemeClassifier(profile_)));
}
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/ui/omnibox/chrome_omnibox_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698