summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_extent.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_extent.h')
-rw-r--r--chrome/common/extensions/extension_extent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_extent.h b/chrome/common/extensions/extension_extent.h
index 76670ab..187303d 100644
--- a/chrome/common/extensions/extension_extent.h
+++ b/chrome/common/extensions/extension_extent.h
@@ -20,7 +20,7 @@ class ExtensionExtent {
const GURL& origin() const { return origin_; }
void set_origin(const GURL& val) { origin_ = val; }
- bool ContainsURL(const GURL& url);
+ bool ContainsURL(const GURL& url) const;
private:
// The security origin (scheme+host+port) of the extent.