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

Unified Diff: components/omnibox/browser/scored_history_match.h

Issue 2355053003: Omnibox - Allow Matching in Port Number (Closed)
Patch Set: Created 4 years, 3 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/scored_history_match.h
diff --git a/components/omnibox/browser/scored_history_match.h b/components/omnibox/browser/scored_history_match.h
index 59001443930949abea47bae2f03b0d5f42521a11..e6ca37b88c447ae61d7bce8b6adfb1a4d5153a35 100644
--- a/components/omnibox/browser/scored_history_match.h
+++ b/components/omnibox/browser/scored_history_match.h
@@ -105,6 +105,7 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
FRIEND_TEST_ALL_PREFIXES(ScoredHistoryMatchTest, GetFinalRelevancyScore);
FRIEND_TEST_ALL_PREFIXES(ScoredHistoryMatchTest, GetHQPBucketsFromString);
FRIEND_TEST_ALL_PREFIXES(ScoredHistoryMatchTest, ScoringBookmarks);
+ FRIEND_TEST_ALL_PREFIXES(ScoredHistoryMatchTest, ScoringPort);
FRIEND_TEST_ALL_PREFIXES(ScoredHistoryMatchTest, ScoringScheme);
FRIEND_TEST_ALL_PREFIXES(ScoredHistoryMatchTest, ScoringTLD);
« no previous file with comments | « no previous file | components/omnibox/browser/scored_history_match.cc » ('j') | components/omnibox/browser/scored_history_match.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698