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

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

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Fix comments and add title in verbatim_match.cc 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
Index: components/omnibox/browser/history_url_provider.cc
diff --git a/components/omnibox/browser/history_url_provider.cc b/components/omnibox/browser/history_url_provider.cc
index b65ee725e3a72ce6b9b2fed8625a470c0a645cd0..0b6e2e7d28be67a4d759ea918c2dab272cf36307 100644
--- a/components/omnibox/browser/history_url_provider.cc
+++ b/components/omnibox/browser/history_url_provider.cc
@@ -616,7 +616,6 @@ AutocompleteMatch HistoryURLProvider::SuggestExactInput(
&match.contents_class);
}
}
-
return match;
Mark P 2017/04/12 17:58:46 nit: might as well keep the blank line here (parti
gcomanici 2017/04/12 19:25:00 Done.
}

Powered by Google App Engine
This is Rietveld 408576698