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

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

Issue 2425663002: Add an error page for resources blocked via XSS Auditor. (Closed)
Patch Set: Test. Created 4 years, 1 month 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 6384ae672f703b4319aee9d7b79fd681445273ca..0252027423ce9b0b2beec21d15d76d0ceba6e82c 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -288,6 +288,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
NavigationPolicy,
const String&,
bool) override {}
+ void loadErrorPage(int reason) override {}
DocumentLoader* createDocumentLoader(LocalFrame*,
const ResourceRequest&,

Powered by Google App Engine
This is Rietveld 408576698