| Index: Source/platform/weborigin/SecurityPolicy.h
|
| diff --git a/Source/platform/weborigin/SecurityPolicy.h b/Source/platform/weborigin/SecurityPolicy.h
|
| index f3a63dac655198b76ec362d1abe5a2e774d7d6d9..832fee0349eacaf65a142be3aa457b7b09f8978c 100644
|
| --- a/Source/platform/weborigin/SecurityPolicy.h
|
| +++ b/Source/platform/weborigin/SecurityPolicy.h
|
| @@ -42,8 +42,8 @@ class SecurityOrigin;
|
| class PLATFORM_EXPORT SecurityPolicy {
|
| public:
|
| // True if the referrer should be omitted according to the
|
| - // ReferrerPolicyDefault. If you intend to send a referrer header, you
|
| - // should use generateReferrerHeader instead.
|
| + // ReferrerPolicyNoReferrerWhenDowngrade. If you intend to send a
|
| + // referrer header, you should use generateReferrer instead.
|
| static bool shouldHideReferrer(const KURL&, const String& referrer);
|
|
|
| // Returns the referrer modified according to the referrer policy for a
|
|
|