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

Unified Diff: components/subresource_filter/core/common/indexed_ruleset.h

Issue 2797133006: [subresource_filter] Index activation rules separately. (Closed)
Patch Set: Add unittest. Created 3 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
Index: components/subresource_filter/core/common/indexed_ruleset.h
diff --git a/components/subresource_filter/core/common/indexed_ruleset.h b/components/subresource_filter/core/common/indexed_ruleset.h
index 811f9d93aa488a337e410e4f73ab1c98b8d167c6..a9fbd941e02d43c5c48181f9116028f5fb6df3b5 100644
--- a/components/subresource_filter/core/common/indexed_ruleset.h
+++ b/components/subresource_filter/core/common/indexed_ruleset.h
@@ -95,6 +95,7 @@ class RulesetIndexer {
MutableUrlPatternIndex blacklist_;
MutableUrlPatternIndex whitelist_;
+ MutableUrlPatternIndex activation_;
flatbuffers::FlatBufferBuilder builder_;
« no previous file with comments | « components/subresource_filter/core/common/flat/rules.fbs ('k') | components/subresource_filter/core/common/indexed_ruleset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698