Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
index 98c91f3007bad22491748aeaf68c0a1ff882f51a..1a38ac5155c76d5ec2c2ec4172bc3e3d94137406 100644 |
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
@@ -215,7 +215,9 @@ void ExecutionContext::ParseAndSetReferrerPolicy(const String& policies, |
? "'always', 'default', 'never', 'origin-when-crossorigin', " |
: "") + |
"'no-referrer', 'no-referrer-when-downgrade', 'origin', " |
- "'origin-when-cross-origin', or 'unsafe-url'. The referrer policy " |
+ "'origin-when-cross-origin', 'same-origin', 'strict-origin', " |
+ "'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer " |
+ "policy " |
"has been left unchanged.")); |
return; |
} |