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

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

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Addressed comments 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 3cf25b469e634e036e70c2f1fd913feea9b0a73e..fadb234ad93673c45f14a8aed4b318ff0b044bdb 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -122,7 +122,9 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
NavigationPolicy,
bool shouldReplaceCurrentEntry,
bool isClientRedirect,
- HTMLFormElement*) = 0;
+ HTMLFormElement*,
+ ContentSecurityPolicyDisposition
+ shouldCheckMainWorldContentSecurityPolicy) = 0;
dcheng 2017/03/13 19:02:54 Main world or main frame?
ncarter (slow) 2017/03/13 21:18:53 Main world is right. Isolated worlds (e.g. user sc
virtual void dispatchWillSendSubmitEvent(HTMLFormElement*) = 0;
virtual void dispatchWillSubmitForm(HTMLFormElement*) = 0;

Powered by Google App Engine
This is Rietveld 408576698