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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2425663002: Add an error page for resources blocked via XSS Auditor. (Closed)
Patch Set: Created 4 years, 2 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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 64074dbda596ec9437b1e80d2608b6696f527ad0..67c1263d4b09501fe60c7530acf434170ddf89da 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -124,6 +124,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;

Powered by Google App Engine
This is Rietveld 408576698