Index: content/public/renderer/document_state.cc |
diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc |
index e8ef655549630c41a7bed6dca089a4ba8722efe5..30d75c756816c80efc8f2ec2363b33fd4f059205 100644 |
--- a/content/public/renderer/document_state.cc |
+++ b/content/public/renderer/document_state.cc |
@@ -16,9 +16,6 @@ DocumentState::DocumentState() |
was_alternate_protocol_available_(false), |
connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN), |
was_fetched_via_proxy_(false), |
- was_prefetcher_(false), |
- was_referred_by_prefetcher_(false), |
- was_after_preconnect_request_(false), |
was_load_data_with_base_url_request_(false), |
load_type_(UNDEFINED_LOAD), |
can_load_local_resources_(false) { |