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

Unified Diff: components/omnibox/browser/history_quick_provider_performance_unittest.cc

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Add flag to show title for current URL suggestion. Created 3 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: components/omnibox/browser/history_quick_provider_performance_unittest.cc
diff --git a/components/omnibox/browser/history_quick_provider_performance_unittest.cc b/components/omnibox/browser/history_quick_provider_performance_unittest.cc
index f15f3059e268bd5f88471c974f93a1afe9568c38..6cfea11a72deb844538573f34785132f5fd199c1 100644
--- a/components/omnibox/browser/history_quick_provider_performance_unittest.cc
+++ b/components/omnibox/browser/history_quick_provider_performance_unittest.cc
@@ -161,6 +161,7 @@ void HQPPerfTestOnePopularURL::PrintMeasurements(
base::TimeDelta HQPPerfTestOnePopularURL::RunTest(const base::string16& text) {
base::RunLoop().RunUntilIdle();
AutocompleteInput input(text, base::string16::npos, std::string(), GURL(),
+ base::string16(),
metrics::OmniboxEventProto::INVALID_SPEC, false,
false, true, true, false, TestSchemeClassifier());

Powered by Google App Engine
This is Rietveld 408576698