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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Rebase. Created 3 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: third_party/WebKit/Source/core/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index dca5c993ab773d2aa2b18733acc0d65510f851d6..edb133b463005f4839d270cda7cc6f6f4dadfd1d 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -123,7 +123,9 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
NavigationPolicy,
bool shouldReplaceCurrentEntry,
bool isClientRedirect,
- HTMLFormElement*) = 0;
+ HTMLFormElement*,
+ ContentSecurityPolicyDisposition
+ shouldCheckMainWorldContentSecurityPolicy) = 0;
virtual void dispatchWillSendSubmitEvent(HTMLFormElement*) = 0;
virtual void dispatchWillSubmitForm(HTMLFormElement*) = 0;

Powered by Google App Engine
This is Rietveld 408576698