| 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 2ebdd155ba295ea43605ce904dc5ab9ff2f3e2f7..38485a778c8cd88709ca502e9f77e91d794b28f8 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -334,7 +334,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);
|
| }
|
| }
|
| }
|
|
|