Index: Source/core/frame/csp/ContentSecurityPolicy.h |
diff --git a/Source/core/frame/csp/ContentSecurityPolicy.h b/Source/core/frame/csp/ContentSecurityPolicy.h |
index d921e92b22338f5c44d30336ee67622ef7d11c1d..60563f8bd190f2fc311775f7a8103df01aef87e2 100644 |
--- a/Source/core/frame/csp/ContentSecurityPolicy.h |
+++ b/Source/core/frame/csp/ContentSecurityPolicy.h |
@@ -176,6 +176,7 @@ public: |
// because a child frame can't manipulate the URL of a cross-origin |
// parent. |
bool allowAncestors(LocalFrame*, const KURL&, ReportingStatus = SendReport) const; |
+ bool isFrameAncestorsEnforced() const; |
// The nonce and hash allow functions are guaranteed to not have any side |
// effects, including reporting. |