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

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: revert unwanted 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/child/request_extra_data.h
diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
index 5b890e6e06416763ee6b75cd0e8cbc03d0964843..f40f382936823ce7fe9f5c04e336bc7ce2c2c0bb 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