| Index: net/http/partial_data.cc
|
| diff --git a/net/http/partial_data.cc b/net/http/partial_data.cc
|
| index a05c21897542f12f7677a12e1cebedbec6914eab..c7cde997f347dba09343f2e824a121537da1c91b 100644
|
| --- a/net/http/partial_data.cc
|
| +++ b/net/http/partial_data.cc
|
| @@ -280,9 +280,6 @@ bool PartialData::UpdateFromStoredHeaders(const HttpResponseHeaders* headers,
|
| return true;
|
| }
|
|
|
| - if (!headers->HasStrongValidators())
|
| - return false;
|
| -
|
| int64 length_value = headers->GetContentLength();
|
| if (length_value <= 0)
|
| return false; // We must have stored the resource length.
|
|
|