diff options
Diffstat (limited to 'chromium/url/gurl.h')
-rw-r--r-- | chromium/url/gurl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/url/gurl.h b/chromium/url/gurl.h index ad9f565586e..9b6449b7c01 100644 --- a/chromium/url/gurl.h +++ b/chromium/url/gurl.h @@ -229,9 +229,6 @@ class COMPONENT_EXPORT(URL) GURL { // Returns true if the scheme is "http" or "https". bool SchemeIsHTTPOrHTTPS() const; - // Returns true if the scheme is valid for use as a referrer. - bool SchemeIsValidForReferrer() const; - // Returns true is the scheme is "ws" or "wss". bool SchemeIsWSOrWSS() const; |