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

Unified Diff: components/subresource_filter/core/common/url_pattern_index_unittest.cc

Issue 2894523006: Add instrumentation hooks to mesaure which subresource filter rules are used.
Patch Set: Created 3 years, 7 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 | « components/subresource_filter/core/common/url_pattern_index.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/core/common/url_pattern_index_unittest.cc
diff --git a/components/subresource_filter/core/common/url_pattern_index_unittest.cc b/components/subresource_filter/core/common/url_pattern_index_unittest.cc
index fcdb9da54c4e4b5b1e70cac6d56e89e4838993e6..658aec7ddee83784d13d26a2c3dd87d051411cb2 100644
--- a/components/subresource_filter/core/common/url_pattern_index_unittest.cc
+++ b/components/subresource_filter/core/common/url_pattern_index_unittest.cc
@@ -52,7 +52,7 @@ class UrlPatternIndexTest : public ::testing::Test {
const url::Origin document_origin = GetOrigin(document_origin_string);
return index_matcher_->FindMatch(
url, document_origin, element_type, activation_type,
- IsThirdParty(url, document_origin), disable_generic_rules);
+ IsThirdParty(url, document_origin), disable_generic_rules, nullptr);
}
bool IsOutOfRange(const flat::UrlRule* rule) const {
« no previous file with comments | « components/subresource_filter/core/common/url_pattern_index.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698