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

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

Issue 999473002: Revert of Upgrade insecure requests: Pipe navigational hosts down into nested documents. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: Source/core/dom/DocumentInit.h
diff --git a/Source/core/dom/DocumentInit.h b/Source/core/dom/DocumentInit.h
index bf82738d48af4ace76d4cedbaf9e8237814da919..11fbd7aa14fb8ccfde7fc093393056021a800101 100644
--- a/Source/core/dom/DocumentInit.h
+++ b/Source/core/dom/DocumentInit.h
@@ -64,7 +64,6 @@
bool shouldEnforceStrictMixedContentChecking() const;
bool isHostedInReservedIPRange() const;
SecurityContext::InsecureRequestsPolicy insecureRequestsPolicy() const;
- SecurityContext::InsecureNavigationsSet* insecureNavigationsToUpgrade() const;
Document* parent() const { return m_parent.get(); }
Document* owner() const { return m_owner.get(); }

Powered by Google App Engine
This is Rietveld 408576698