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

Unified Diff: components/test_runner/web_frame_test_proxy.h

Issue 1837483002: Allow LoadNavigationErrorPage to run scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_frame_test_proxy.h
diff --git a/components/test_runner/web_frame_test_proxy.h b/components/test_runner/web_frame_test_proxy.h
index b4d01b798b12f7641fa352df8fe41c3a93f01729..7f90583c2fde4c0584b5858102189caee89bad44 100644
--- a/components/test_runner/web_frame_test_proxy.h
+++ b/components/test_runner/web_frame_test_proxy.h
@@ -113,9 +113,9 @@ class WebFrameTestProxy : public Base {
Base::didChangeIcon(frame, icon_type);
}
- void didFinishDocumentLoad(blink::WebLocalFrame* frame, bool empty) override {
+ void didFinishDocumentLoad(blink::WebLocalFrame* frame) override {
base_proxy_->DidFinishDocumentLoad(frame);
- Base::didFinishDocumentLoad(frame, empty);
+ Base::didFinishDocumentLoad(frame);
}
void didHandleOnloadEvents(blink::WebLocalFrame* frame) override {
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698