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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 560df7b17e8a15037b330602047c6f82fdfa7e21..dd533d621ef5c1e1542449c411327affe39bbe15 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -280,13 +280,15 @@ class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {
void dispatchDidFinishLoad() override {}
void dispatchDidChangeThemeColor() override {}
- NavigationPolicy decidePolicyForNavigation(const ResourceRequest&,
- DocumentLoader*,
- NavigationType,
- NavigationPolicy,
- bool,
- bool,
- HTMLFormElement*) override;
+ NavigationPolicy decidePolicyForNavigation(
+ const ResourceRequest&,
+ DocumentLoader*,
+ NavigationType,
+ NavigationPolicy,
+ bool,
+ bool,
+ HTMLFormElement*,
+ ContentSecurityPolicyDisposition) override;
void dispatchWillSendSubmitEvent(HTMLFormElement*) override;
void dispatchWillSubmitForm(HTMLFormElement*) override;

Powered by Google App Engine
This is Rietveld 408576698