| Index: content/public/renderer/document_state.cc
|
| diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
|
| index 7a74d75061c50ff27ce3795ea98284e7baa52c37..53265e1049cc7f41964da2511036aed183dadcb8 100644
|
| --- a/content/public/renderer/document_state.cc
|
| +++ b/content/public/renderer/document_state.cc
|
| @@ -15,7 +15,6 @@ DocumentState::DocumentState()
|
| was_alpn_negotiated_(false),
|
| was_alternate_protocol_available_(false),
|
| connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
|
| - was_fetched_via_proxy_(false),
|
| was_load_data_with_base_url_request_(false),
|
| load_type_(UNDEFINED_LOAD),
|
| can_load_local_resources_(false) {}
|
|
|