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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 18601004: Add the UMA PLT.BeginToFinish{,Doc}_AfterPreconnectRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: follow interface change Created 7 years, 5 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 92c7ecab72402472e339a0815fcec2296fc29044..6c100a4f0b10a327cdaab82037d669af547d3d49 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -267,6 +267,12 @@ void RenderFrameImpl::willSendRequest(
render_view_->willSendRequest(frame, identifier, request, redirect_response);
}
+void RenderFrameImpl::willRequestAfterPreconnect(
+ WebKit::WebFrame* frame,
+ WebKit::WebURLRequest& request) {
+ render_view_->willRequestAfterPreconnect(frame, request);
+}
+
void RenderFrameImpl::didReceiveResponse(
WebKit::WebFrame* frame,
unsigned identifier,

Powered by Google App Engine
This is Rietveld 408576698