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

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

Issue 2918313002: Implement new referrer policies (Closed)
Patch Set: update public/platform/OWNERS per presubmit Created 3 years, 6 months 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | ios/web/public/referrer_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/referrer.h
diff --git a/ios/web/public/referrer.h b/ios/web/public/referrer.h
index d001863d654044f89e4d6b48a3588116e24023fc..93833a4e5739ab4e1b54accf236de5a2bf62acff 100644
--- a/ios/web/public/referrer.h
+++ b/ios/web/public/referrer.h
@@ -17,7 +17,10 @@ enum ReferrerPolicy {
ReferrerPolicyNever,
ReferrerPolicyOrigin,
ReferrerPolicyOriginWhenCrossOrigin,
- ReferrerPolicyLast = ReferrerPolicyOriginWhenCrossOrigin
+ ReferrerPolicySameOrigin,
+ ReferrerPolicyStrictOrigin,
+ ReferrerPolicyStrictOriginWhenCrossOrigin,
+ ReferrerPolicyLast = ReferrerPolicyStrictOriginWhenCrossOrigin
};
// This struct holds a referrer URL, as well as the referrer policy to be
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | ios/web/public/referrer_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698