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