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

Unified Diff: components/test_runner/web_frame_test_proxy.h

Issue 2449553002: Remove dead DocumentState metrics tracking code (Closed)
Patch Set: fix tests 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: 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 8ee5a26e2bc8560308aed04eb873e3419f04ba0e..ac444304046335918db5624824178fd29d0a7339 100644
--- a/components/test_runner/web_frame_test_proxy.h
+++ b/components/test_runner/web_frame_test_proxy.h
@@ -96,11 +96,9 @@ class WebFrameTestProxy : public Base, public WebFrameTestProxyBase {
replaces_current_history_item);
}
- void didStartProvisionalLoad(blink::WebLocalFrame* frame,
- double triggeringEventTime) override {
- test_client()->didStartProvisionalLoad(frame, triggeringEventTime);
- Base::didStartProvisionalLoad(
- frame, triggeringEventTime);
+ void didStartProvisionalLoad(blink::WebLocalFrame* frame) override {
+ test_client()->didStartProvisionalLoad(frame);
+ Base::didStartProvisionalLoad(frame);
}
void didReceiveServerRedirectForProvisionalLoad(
« no previous file with comments | « components/test_runner/web_frame_test_client.cc ('k') | content/browser/frame_host/navigation_entry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698