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

Unified Diff: extensions/common/url_pattern_set.h

Issue 181043006: Implement correct logic for URLPatternSet set operators. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | extensions/common/url_pattern_set.cc » ('j') | extensions/common/url_pattern_set.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/url_pattern_set.h
diff --git a/extensions/common/url_pattern_set.h b/extensions/common/url_pattern_set.h
index da6ad132db183433d726363f5d291b9e412e0158..39db9e241ac033dd1dddb5cef4c947b19615e4b3 100644
--- a/extensions/common/url_pattern_set.h
+++ b/extensions/common/url_pattern_set.h
@@ -96,6 +96,9 @@ class URLPatternSet {
std::string* error);
private:
+ // Inserts a pattern in the set without pattern containment normalization.
+ bool InsertPattern(const URLPattern& pattern);
+
// The list of URL patterns that comprise the extent.
std::set<URLPattern> patterns_;
};
« no previous file with comments | « no previous file | extensions/common/url_pattern_set.cc » ('j') | extensions/common/url_pattern_set.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698