Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2232)

Unified Diff: ios/web/public/referrer.h

Issue 780873002: Upstream iOS web code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698