Index: chrome/common/extensions/url_pattern_set.h |
diff --git a/chrome/common/extensions/url_pattern_set.h b/chrome/common/extensions/url_pattern_set.h |
index d26321c522b9d1125c2624a3a8c20a9e235853eb..3629f0b50c636d6918597c65b46d2b5e60379f2e 100644 |
--- a/chrome/common/extensions/url_pattern_set.h |
+++ b/chrome/common/extensions/url_pattern_set.h |
@@ -56,6 +56,8 @@ class URLPatternSet { |
// Test if the extent contains a URL. |
bool MatchesURL(const GURL& url) const; |
+ bool MatchesSecurityOrigin(const GURL& origin) const; |
+ |
// Returns true if there is a single URL that would be in two extents. |
bool OverlapsWith(const URLPatternSet& other) const; |