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

Unified Diff: chrome/browser/autocomplete/search_provider_unittest.cc

Issue 62153002: Omnibox: Fix Inline Autocompletion of Navsuggest in Forced Query Mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload Created 7 years, 1 month 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/autocomplete/search_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/search_provider_unittest.cc
diff --git a/chrome/browser/autocomplete/search_provider_unittest.cc b/chrome/browser/autocomplete/search_provider_unittest.cc
index 7df13f483b590ec29760d793d150f1570de18fd6..0f798d2d01899072373e61f07c284406274e1cf1 100644
--- a/chrome/browser/autocomplete/search_provider_unittest.cc
+++ b/chrome/browser/autocomplete/search_provider_unittest.cc
@@ -2270,6 +2270,8 @@ TEST_F(SearchProviderTest, NavigationInline) {
"?www.abc.com", "c.com", true },
{ "?ab", "http://www.abc.com",
"?www.abc.com", "c.com", true },
+ { "?abc.com", "http://www.abc.com",
+ "?www.abc.com", "", true },
};
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); i++) {
« no previous file with comments | « chrome/browser/autocomplete/search_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698