| Index: content/public/common/resource_response_info.cc
|
| diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
|
| index 1d4e304e0b20e43938a71eafd72a74e48d36edbc..7b5e2ce9de921ec477e37693438e8a1991a93dbc 100644
|
| --- a/content/public/common/resource_response_info.cc
|
| +++ b/content/public/common/resource_response_info.cc
|
| @@ -10,7 +10,8 @@
|
| namespace content {
|
|
|
| ResourceResponseInfo::ResourceResponseInfo()
|
| - : content_length(-1),
|
| + : has_certificate_errors(false),
|
| + content_length(-1),
|
| encoded_data_length(-1),
|
| appcache_id(kAppCacheNoCacheId),
|
| was_fetched_via_spdy(false),
|
| @@ -22,8 +23,7 @@ ResourceResponseInfo::ResourceResponseInfo()
|
| was_fallback_required_by_service_worker(false),
|
| response_type_via_service_worker(
|
| blink::WebServiceWorkerResponseTypeDefault),
|
| - is_using_lofi(false) {
|
| -}
|
| + is_using_lofi(false) {}
|
|
|
| ResourceResponseInfo::~ResourceResponseInfo() {
|
| }
|
|
|