| Index: net/url_request/url_request_file_job.h
|
| diff --git a/net/url_request/url_request_file_job.h b/net/url_request/url_request_file_job.h
|
| index 4dbcb0bd481a59eeb10780252d6e22089e3ce10c..1baac7ad4af96f3d5778bf5a9ef1c962988640a0 100644
|
| --- a/net/url_request/url_request_file_job.h
|
| +++ b/net/url_request/url_request_file_job.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -39,8 +39,7 @@ class URLRequestFileJob : public URLRequestJob {
|
| virtual void Kill();
|
| virtual bool ReadRawData(IOBuffer* buf, int buf_size, int* bytes_read);
|
| virtual bool IsRedirectResponse(GURL* location, int* http_status_code);
|
| - virtual bool GetContentEncodings(
|
| - std::vector<Filter::FilterType>* encoding_type);
|
| + virtual Filter* SetupFilter() const;
|
| virtual bool GetMimeType(std::string* mime_type) const;
|
| virtual void SetExtraRequestHeaders(const HttpRequestHeaders& headers);
|
|
|
|
|