| Index: url/gurl.h
|
| diff --git a/url/gurl.h b/url/gurl.h
|
| index da5f73602e356ba0673cd1a7a1d5cf4b229285db..4b986a6a4deb4a22dbe204385c7c92f892ace6a3 100644
|
| --- a/url/gurl.h
|
| +++ b/url/gurl.h
|
| @@ -203,6 +203,9 @@ class URL_EXPORT GURL {
|
| // object constructions are done.
|
| bool SchemeIs(const char* lower_ascii_scheme) const;
|
|
|
| + // Returns true if the scheme is "http" or "https".
|
| + bool SchemeIsHTTPOrHTTPS() const;
|
| +
|
| // We often need to know if this is a file URL. File URLs are "standard", but
|
| // are often treated separately by some programs.
|
| bool SchemeIsFile() const {
|
|
|