| Index: net/http/http_cache_transaction.cc
 | 
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
 | 
| index 0ca5683b10723cca45d06a5a6cc323d8ce43460d..18ee59b1be04e78c31dc41e56768f4fe8d8b7a8c 100644
 | 
| --- a/net/http/http_cache_transaction.cc
 | 
| +++ b/net/http/http_cache_transaction.cc
 | 
| @@ -2885,7 +2885,6 @@ void HttpCache::Transaction::IgnoreRangeRequest() {
 | 
|  
 | 
|  void HttpCache::Transaction::FixHeadersForHead() {
 | 
|    if (response_.headers->response_code() == 206) {
 | 
| -    response_.headers->RemoveHeader("Content-Length");
 | 
|      response_.headers->RemoveHeader("Content-Range");
 | 
|      response_.headers->ReplaceStatusLine("HTTP/1.1 200 OK");
 | 
|    }
 | 
| 
 |