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

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

Issue 2429063002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming.
Patch Set: included changes for navigation timing Created 3 years, 8 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 283e0d89e061e24dfe19c0bd428391f07118b98d..2e1c1efb44d0f28d5c4dd1add5dc7274869f8ad4 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -12,7 +12,8 @@ DocumentState::DocumentState()
: was_fetched_via_spdy_(false),
was_alpn_negotiated_(false),
was_alternate_protocol_available_(false),
- connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
+ connection_info_(net::HttpResponseInfo::ConnectionInfoToString(
+ net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN)),
was_load_data_with_base_url_request_(false),
can_load_local_resources_(false) {}

Powered by Google App Engine
This is Rietveld 408576698