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

Unified Diff: public/platform/WebReferrerPolicy.h

Issue 736233004: Referrer Policy: Introduce "Origin When Cross-Origin". [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Feedback. Created 6 years, 1 month 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 | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebReferrerPolicy.h
diff --git a/public/platform/WebReferrerPolicy.h b/public/platform/WebReferrerPolicy.h
index cb0b4b7530ca40b432a9cc8765ed675efd866ee2..63c165312e2f8abff55b4ffc58a37f200c3d7be1 100644
--- a/public/platform/WebReferrerPolicy.h
+++ b/public/platform/WebReferrerPolicy.h
@@ -39,7 +39,8 @@ enum WebReferrerPolicy {
WebReferrerPolicyNoReferrerWhenDowngrade,
WebReferrerPolicyNever,
WebReferrerPolicyOrigin,
- WebReferrerPolicyLast = WebReferrerPolicyOrigin
+ WebReferrerPolicyOriginWhenCrossOrigin,
+ WebReferrerPolicyLast = WebReferrerPolicyOriginWhenCrossOrigin
};
} // namespace blink
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698