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

Unified Diff: components/test_runner/web_frame_test_client.cc

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
« no previous file with comments | « components/test_runner/web_frame_test_client.h ('k') | components/test_runner/web_frame_test_proxy.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_client.cc
diff --git a/components/test_runner/web_frame_test_client.cc b/components/test_runner/web_frame_test_client.cc
index f155dd223e68660d01f0d7256581ad69d3c3882d..84ca1d666e3afeaf667509802eb0f9a79977e6c0 100644
--- a/components/test_runner/web_frame_test_client.cc
+++ b/components/test_runner/web_frame_test_client.cc
@@ -397,8 +397,7 @@ void WebFrameTestClient::loadURLExternally(
}
}
-void WebFrameTestClient::didStartProvisionalLoad(blink::WebLocalFrame* frame,
- double trigering_event_time) {
+void WebFrameTestClient::didStartProvisionalLoad(blink::WebLocalFrame* frame) {
test_runner()->tryToSetTopLoadingFrame(frame);
if (test_runner()->shouldDumpFrameLoadCallbacks()) {
« no previous file with comments | « components/test_runner/web_frame_test_client.h ('k') | components/test_runner/web_frame_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698