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

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

Issue 2429063002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming.
Patch Set: Added core_export for PerformanceResourceTiming Created 4 years, 2 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 53265e1049cc7f41964da2511036aed183dadcb8..5f9e07ba66ad8df25d905c6b68df4cdc5a5ac153 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -14,7 +14,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),
load_type_(UNDEFINED_LOAD),
can_load_local_resources_(false) {}

Powered by Google App Engine
This is Rietveld 408576698