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

Unified Diff: content/child/request_extra_data.h

Issue 18601004: Add the UMA PLT.BeginToFinish{,Doc}_AfterPreconnectRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest compilation failure 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/child/request_extra_data.h
diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
index 3cbc7fa241b5468bd0e535bc50db0b072cf87cbb..83adf28d5b7c39e7692a8543fd3891ddce7c82aa 100644
--- a/content/child/request_extra_data.h
+++ b/content/child/request_extra_data.h
@@ -19,6 +19,7 @@ class CONTENT_EXPORT RequestExtraData
public:
RequestExtraData(WebKit::WebReferrerPolicy referrer_policy,
const WebKit::WebString& custom_user_agent,
+ bool was_after_preconnect_request,
bool is_main_frame,
int64 frame_id,
bool parent_is_main_frame,

Powered by Google App Engine
This is Rietveld 408576698