| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index 04cc4e465286bb5e53cac973176bb8e9fd80781a..4261b9227fe2e903f187f0575c8bb263ae82d81e 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -335,7 +335,7 @@ void URLRequestHttpJob::NotifyHeadersComplete() {
|
| // Resolve suggested URL relative to request url.
|
| GURL sdch_dictionary_url = request_->url().Resolve(url_text);
|
| if (sdch_dictionary_url.is_valid()) {
|
| - sdch_manager->FetchDictionary(request_->url(), sdch_dictionary_url);
|
| + sdch_manager->OnGetDictionary(request_->url(), sdch_dictionary_url);
|
| }
|
| }
|
| }
|
|
|