| Index: third_party/WebKit/Source/core/dom/DocumentInit.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentInit.h b/third_party/WebKit/Source/core/dom/DocumentInit.h
|
| index e7e34e230da6e8fc651c0ce10b7209c330991f48..ae8f9e6b6e22f144bb0faee59dafb9784fc3cc71 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentInit.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentInit.h
|
| @@ -34,6 +34,7 @@
|
| #include "core/dom/custom/V0CustomElementRegistrationContext.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "public/platform/WebInsecureRequestPolicy.h"
|
|
|
| namespace blink {
|
|
|
| @@ -60,9 +61,8 @@ public:
|
| bool isSeamlessAllowedFor(Document* child) const;
|
| bool shouldReuseDefaultView() const { return m_shouldReuseDefaultView; }
|
| SandboxFlags getSandboxFlags() const;
|
| - bool shouldEnforceStrictMixedContentChecking() const;
|
| bool isHostedInReservedIPRange() const;
|
| - SecurityContext::InsecureRequestsPolicy getInsecureRequestsPolicy() const;
|
| + WebInsecureRequestPolicy getInsecureRequestPolicy() const;
|
| SecurityContext::InsecureNavigationsSet* insecureNavigationsToUpgrade() const;
|
|
|
| Document* parent() const { return m_parent.get(); }
|
|
|