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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 3f46d27586a6996fe7632480180f205061afe5a1..3ddbeaaa5fbb8b374465c2a16e53bdf9be12cc6c 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -123,6 +123,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
NavigationPolicy,
const String& suggestedName,
bool shouldReplaceCurrentEntry) override;
+ void loadErrorPage(int reason) override;
bool navigateBackForward(int offset) const override;
void didAccessInitialDocument() override;
void didDisplayInsecureContent() override;
« no previous file with comments | « third_party/WebKit/Source/platform/network/ResourceError.h ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698