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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 2890173002: EQT: Record the max queueing time from navigation start to navigation away (Closed)
Patch Set: add a single thread and multi-thread test Created 3 years, 7 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: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index eb987bf228239866cffdfe2516e4754f55729888..b429f390525822b31d3a3096ddbb989f1b1559f3 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -3835,6 +3835,7 @@ void RenderFrameImpl::DidCommitProvisionalLoad(
PageTransitionCoreTypeIs(navigation_state->GetTransitionType(),
ui::PAGE_TRANSITION_RELOAD)) {
render_thread_impl->GetRendererScheduler()->OnNavigationStarted();
+ render_thread_impl->GetRendererScheduler()->OnCommitProvisionalLoad();
}
}
}

Powered by Google App Engine
This is Rietveld 408576698