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

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

Issue 2557063002: Upgrade Insecure Requests: bugfixes, tests, and support for OOPIF.
Patch Set: Addressed comments (@nasko #2). Created 4 years 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/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 67ac81e35d1c0d983528e25d022c17404db8ee3e..4b7445645a6bc3d6cb8335cd3d635dc96a70eaaa 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1274,6 +1274,7 @@ class CORE_EXPORT Document : public ContainerNode,
SnapCoordinator* snapCoordinator();
void enforceInsecureRequestPolicy(WebInsecureRequestPolicy);
+ void enforceInsecureNavigationsSet(const InsecureNavigationsSet&);
bool mayContainV0Shadow() const { return m_mayContainV0Shadow; }

Powered by Google App Engine
This is Rietveld 408576698