| Index: url/gurl.h
|
| diff --git a/url/gurl.h b/url/gurl.h
|
| index 1d388cd130c8527e5ba8822a6715f587d038d245..f370934dcb5026399c91c6bc7949c92f0b5ef4da 100644
|
| --- a/url/gurl.h
|
| +++ b/url/gurl.h
|
| @@ -198,7 +198,8 @@ class URL_EXPORT GURL {
|
|
|
| // A helper function to return a GURL stripped from the elements that are not
|
| // supposed to be sent as HTTP referrer: username, password and ref fragment.
|
| - // For invalid URLs the original URL will be returned.
|
| + // For invalid URLs or URLs that no valid referrers, an empty URL will be
|
| + // returned.
|
| GURL GetAsReferrer() const;
|
|
|
| // Returns true if the scheme for the current URL is a known "standard"
|
|
|