| Index: ios/web/public/referrer.h
|
| diff --git a/ios/web/public/referrer.h b/ios/web/public/referrer.h
|
| index 3110c8928b4b13790e88c0d0d4aabf116ae1b1bb..d001863d654044f89e4d6b48a3588116e24023fc 100644
|
| --- a/ios/web/public/referrer.h
|
| +++ b/ios/web/public/referrer.h
|
| @@ -13,9 +13,11 @@ namespace web {
|
| enum ReferrerPolicy {
|
| ReferrerPolicyAlways,
|
| ReferrerPolicyDefault,
|
| + ReferrerPolicyNoReferrerWhenDowngrade,
|
| ReferrerPolicyNever,
|
| ReferrerPolicyOrigin,
|
| - ReferrerPolicyLast = ReferrerPolicyOrigin
|
| + ReferrerPolicyOriginWhenCrossOrigin,
|
| + ReferrerPolicyLast = ReferrerPolicyOriginWhenCrossOrigin
|
| };
|
|
|
| // This struct holds a referrer URL, as well as the referrer policy to be
|
|
|