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

Unified Diff: components/test_runner/web_frame_test_client.h

Issue 2425663002: Add an error page for resources blocked via XSS Auditor. (Closed)
Patch Set: XSS_AUDITOR. 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: components/test_runner/web_frame_test_client.h
diff --git a/components/test_runner/web_frame_test_client.h b/components/test_runner/web_frame_test_client.h
index e30e605b9dcbe95c22597e0a9955e45f7bf98ac5..efbd1f22ef144f150c7b043fb1661ff999a7d511 100644
--- a/components/test_runner/web_frame_test_client.h
+++ b/components/test_runner/web_frame_test_client.h
@@ -61,6 +61,7 @@ class WebFrameTestClient : public blink::WebFrameClient {
blink::WebNavigationPolicy policy,
const blink::WebString& suggested_name,
bool replaces_current_history_item) override;
+ void loadErrorPage(int reason) override;
void didStartProvisionalLoad(blink::WebLocalFrame* frame,
double trigering_event_time) override;
void didReceiveServerRedirectForProvisionalLoad(

Powered by Google App Engine
This is Rietveld 408576698