Fix OnResourceResponse spelling error (issue #270).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@260 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-07-02 17:57:00 +00:00
parent 92cec88ffd
commit 572f9f13d6
7 changed files with 18 additions and 18 deletions

View File

@@ -217,7 +217,7 @@ class RequestProxy : public net::URLRequest::Delegate,
response->SetStatus(info.headers->response_code());
}
response->SetMimeType(info.mime_type);
handler->OnResourceReponse(browser_, url.spec(), response,
handler->OnResourceResponse(browser_, url.spec(), response,
content_filter_);
std::string content_disposition;
@@ -254,7 +254,7 @@ class RequestProxy : public net::URLRequest::Delegate,
// Note: Doing this before notifying our peer ensures our load events get
// dispatched in a manner consistent with DumpRenderTree (and also avoids a
// race condition). If the order of the next 2 functions were reversed, the
// peer could generate new requests in reponse to the received data, which
// peer could generate new requests in response to the received data, which
// when run on the io thread, could race against this function in doing
// another InvokeLater. See bug 769249.
CefThread::PostTask(CefThread::IO, FROM_HERE, NewRunnableMethod(