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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Fix tests. Created 3 years, 10 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 66543a678075dc78c2c11c6bfdf5ca28cda19c36..2a1fa39899806de1949c65f1ac715cdcf331bad2 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -271,13 +271,15 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
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