| 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) {}
|
|
|