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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentInit.h

Issue 2040133003: Replace SecurityContext::InsecureRequestsPolicy with WebInsecureRequestPolicy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@combine-uir-block
Patch Set: Ugh. Created 4 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
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(); }
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/DocumentInit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698