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

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

Issue 1942613002: Change semicolon replace logic in url_fixer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | components/url_formatter/url_fixer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/autocomplete_input_unittest.cc
diff --git a/components/omnibox/browser/autocomplete_input_unittest.cc b/components/omnibox/browser/autocomplete_input_unittest.cc
index cb8eba12da6a3558fcf791e912077eeeffbcc46e..c97366159679e5bb87376ac0575bdfb237964858 100644
--- a/components/omnibox/browser/autocomplete_input_unittest.cc
+++ b/components/omnibox/browser/autocomplete_input_unittest.cc
@@ -45,7 +45,7 @@ TEST(AutocompleteInputTest, InputType) {
{ ASCIIToUTF16("foo/bar/"), metrics::OmniboxInputType::URL },
{ ASCIIToUTF16("foo/bar baz\\"), metrics::OmniboxInputType::URL },
{ ASCIIToUTF16("foo.com/bar"), metrics::OmniboxInputType::URL },
- { ASCIIToUTF16("foo;bar"), metrics::OmniboxInputType::UNKNOWN },
+ { ASCIIToUTF16("foo;bar"), metrics::OmniboxInputType::QUERY },
{ ASCIIToUTF16("foo/bar baz"), metrics::OmniboxInputType::UNKNOWN },
{ ASCIIToUTF16("foo bar.com"), metrics::OmniboxInputType::QUERY },
{ ASCIIToUTF16("foo bar"), metrics::OmniboxInputType::QUERY },
« no previous file with comments | « no previous file | components/url_formatter/url_fixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698