| Index: content/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/socket_stream_dispatcher_host.cc b/content/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| index 565e448d0a3ca93afc41314a61d042f9224d5efc..3ad540d6c94679fbcdecc7ce8991938589fb9f6e 100644
|
| --- a/content/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| @@ -68,7 +68,7 @@ void SocketStreamDispatcherHost::OnSentData(net::SocketStream* socket,
|
| DVLOG(1) << "SocketStreamDispatcherHost::OnSentData socket_id=" << socket_id
|
| << " amount_sent=" << amount_sent;
|
| if (socket_id == content_common::kNoSocketId) {
|
| - LOG(ERROR) << "NoSocketId in OnReceivedData";
|
| + LOG(ERROR) << "NoSocketId in OnSentData";
|
| return;
|
| }
|
| if (!Send(new SocketStreamMsg_SentData(socket_id, amount_sent))) {
|
|
|