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

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

Issue 2756913002: Revert of PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: 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 1c6991f9de52406f490dc8d6e549e962f9560aee..d456b16b6b0eee8ccc46ce46c97ecffd3f585897 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -280,15 +280,13 @@
void dispatchDidFinishLoad() override {}
void dispatchDidChangeThemeColor() override {}
- NavigationPolicy decidePolicyForNavigation(
- const ResourceRequest&,
- DocumentLoader*,
- NavigationType,
- NavigationPolicy,
- bool,
- bool,
- HTMLFormElement*,
- ContentSecurityPolicyDisposition) override;
+ NavigationPolicy decidePolicyForNavigation(const ResourceRequest&,
+ DocumentLoader*,
+ NavigationType,
+ NavigationPolicy,
+ bool,
+ bool,
+ HTMLFormElement*) override;
void dispatchWillSendSubmitEvent(HTMLFormElement*) override;
void dispatchWillSubmitForm(HTMLFormElement*) override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrameClient.h ('k') | third_party/WebKit/Source/core/loader/EmptyClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698