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

Unified Diff: components/omnibox/browser/shortcuts_provider_unittest.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
Index: components/omnibox/browser/shortcuts_provider_unittest.cc
diff --git a/components/omnibox/browser/shortcuts_provider_unittest.cc b/components/omnibox/browser/shortcuts_provider_unittest.cc
index 96b2ebd54b8a3599da356608f777b22349f8fd93..a31bbbbf377e52f66c2d87fe19a3e3bb2ab96a21 100644
--- a/components/omnibox/browser/shortcuts_provider_unittest.cc
+++ b/components/omnibox/browser/shortcuts_provider_unittest.cc
@@ -745,7 +745,7 @@ TEST_F(ShortcutsProviderTest, DeleteMatch) {
TEST_F(ShortcutsProviderTest, DoesNotProvideOnFocus) {
AutocompleteInput input(ASCIIToUTF16("about:o"), base::string16::npos,
- std::string(), GURL(),
+ std::string(), GURL(), base::string16(),
metrics::OmniboxEventProto::INVALID_SPEC, false,
false, true, true, true, TestSchemeClassifier());
provider_->Start(input, false);

Powered by Google App Engine
This is Rietveld 408576698