diff options
Diffstat (limited to 'chromium/content/browser/isolated_origin_util.h')
-rw-r--r-- | chromium/content/browser/isolated_origin_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/content/browser/isolated_origin_util.h b/chromium/content/browser/isolated_origin_util.h index a00a913ae94..9486db24f78 100644 --- a/chromium/content/browser/isolated_origin_util.h +++ b/chromium/content/browser/isolated_origin_util.h @@ -95,11 +95,6 @@ class CONTENT_EXPORT IsolatedOriginUtil { // and origins without a valid registry-controlled domain. IP addresses are // allowed. static bool IsValidIsolatedOrigin(const url::Origin& origin); - - // Returns |true| if the two arguments have the same scheme and port, and - // |sub_origin|'s host is a strict subdomain of |base_origin|'s. - static bool IsStrictSubdomain(const url::Origin& sub_origin, - const url::Origin& base_origin); }; } // namespace content |