diff options
Diffstat (limited to 'chrome/common/net/url_request_intercept_job.cc')
-rw-r--r-- | chrome/common/net/url_request_intercept_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/net/url_request_intercept_job.cc b/chrome/common/net/url_request_intercept_job.cc index 81d1a78..733967e 100644 --- a/chrome/common/net/url_request_intercept_job.cc +++ b/chrome/common/net/url_request_intercept_job.cc @@ -96,7 +96,7 @@ bool URLRequestInterceptJob::ReadRawData(net::IOBuffer* dest, int dest_size, return false; } -bool URLRequestInterceptJob::GetMimeType(std::string* mime_type) { +bool URLRequestInterceptJob::GetMimeType(std::string* mime_type) const { return request_->response_headers()->GetMimeType(mime_type); } |