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

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

Issue 1548893002: Remove duplicate test data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « AUTHORS ('k') | no next file » | 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 a227f38d83de28681f771242a0a458bcee4157f8..45aba4b1955b2619deb92a6855ca9f5b2a41d24a 100644
--- a/components/omnibox/browser/autocomplete_input_unittest.cc
+++ b/components/omnibox/browser/autocomplete_input_unittest.cc
@@ -83,7 +83,6 @@ TEST(AutocompleteInputTest, InputType) {
{ ASCIIToUTF16("user@foo:45"), metrics::OmniboxInputType::URL },
{ ASCIIToUTF16("user:pass@1.2:45"), metrics::OmniboxInputType::URL },
{ ASCIIToUTF16("host?query"), metrics::OmniboxInputType::UNKNOWN },
- { ASCIIToUTF16("host#ref"), metrics::OmniboxInputType::QUERY },
{ ASCIIToUTF16("host#"), metrics::OmniboxInputType::QUERY },
{ ASCIIToUTF16("host#ref"), metrics::OmniboxInputType::QUERY },
{ ASCIIToUTF16("host# ref"), metrics::OmniboxInputType::QUERY },
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698