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

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

Issue 980213002: Rename InsecureContentPolicy to InsecureRequestsPolicy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/dom/DocumentInit.h ('k') | Source/core/dom/SecurityContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentInit.cpp
diff --git a/Source/core/dom/DocumentInit.cpp b/Source/core/dom/DocumentInit.cpp
index 6d82f99e4dbc30bd5b0869e9d1b320bcee8dcbee..25c274d5dcd2037c2f2f51660aa361949f187868 100644
--- a/Source/core/dom/DocumentInit.cpp
+++ b/Source/core/dom/DocumentInit.cpp
@@ -125,10 +125,10 @@ bool DocumentInit::shouldEnforceStrictMixedContentChecking() const
return frameForSecurityContext()->loader().shouldEnforceStrictMixedContentChecking();
}
-SecurityContext::InsecureContentPolicy DocumentInit::insecureContentPolicy() const
+SecurityContext::InsecureRequestsPolicy DocumentInit::insecureRequestsPolicy() const
{
ASSERT(frameForSecurityContext());
- return frameForSecurityContext()->loader().insecureContentPolicy();
+ return frameForSecurityContext()->loader().insecureRequestsPolicy();
}
bool DocumentInit::isHostedInReservedIPRange() const
« no previous file with comments | « Source/core/dom/DocumentInit.h ('k') | Source/core/dom/SecurityContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698