| Index: content/browser/android/url_request_content_job.cc
|
| diff --git a/content/browser/android/url_request_content_job.cc b/content/browser/android/url_request_content_job.cc
|
| index 0ba13e0df504f3bc18e0ced9e780c461c376aa99..594e89f35e974c9dec70466a6cd5532dd367347c 100644
|
| --- a/content/browser/android/url_request_content_job.cc
|
| +++ b/content/browser/android/url_request_content_job.cc
|
| @@ -177,8 +177,7 @@ void URLRequestContentJob::DidOpen(int result) {
|
| DCHECK_GE(remaining_bytes_, 0);
|
|
|
| if (remaining_bytes_ > 0 && byte_range_.first_byte_position() != 0) {
|
| - int rv = stream_->Seek(base::File::FROM_BEGIN,
|
| - byte_range_.first_byte_position(),
|
| + int rv = stream_->Seek(byte_range_.first_byte_position(),
|
| base::Bind(&URLRequestContentJob::DidSeek,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| if (rv != net::ERR_IO_PENDING) {
|
|
|