Index: third_party/WebKit/Source/core/loader/FrameLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h |
index d01a8d7f2a42df8732a920a2b069c8e30deed548..e691ad5eae4c60aa5fbb07cc3e1fae13c186f8a2 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
@@ -187,7 +187,7 @@ public: |
void restoreScrollPositionAndViewState(); |
- bool shouldContinueForNavigationPolicy(const ResourceRequest&, const SubstituteData&, DocumentLoader*, |
+ bool shouldContinueForNavigationPolicy(const ResourceRequest&, const SubstituteData&, DocumentLoader*, ContentSecurityPolicyDisposition, |
NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect); |
DECLARE_TRACE(); |