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

Unified Diff: content/public/renderer/document_state.cc

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/public/renderer/document_state.cc
diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
index 9e9d57d805a0c0b78d38e29a2552df4a4ba216df..235fc89142c7494d1e4d6d708fffcda3b9b7a442 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -19,6 +19,7 @@ DocumentState::DocumentState()
was_fetched_via_proxy_(false),
was_prefetcher_(false),
was_referred_by_prefetcher_(false),
+ was_after_preconnect_request_(false),
load_type_(UNDEFINED_LOAD),
can_load_local_resources_(false) {
}

Powered by Google App Engine
This is Rietveld 408576698