| Index: net/spdy/spdy_proxy_client_socket.cc
|
| diff --git a/net/spdy/spdy_proxy_client_socket.cc b/net/spdy/spdy_proxy_client_socket.cc
|
| index d34743e059e1c90b1b468fd0bcb6889178ad61a1..199df0ea1e04738bd4152c4910777721d12877ac 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.cc
|
| +++ b/net/spdy/spdy_proxy_client_socket.cc
|
| @@ -228,13 +228,13 @@ int SpdyProxyClientSocket::Write(IOBuffer* buf, int buf_len,
|
| }
|
|
|
| bool SpdyProxyClientSocket::SetReceiveBufferSize(int32 size) {
|
| - // Since this ClientSocket sits on top of a shared SpdySession, it
|
| + // Since this StreamSocket sits on top of a shared SpdySession, it
|
| // is not safe for callers to set change this underlying socket.
|
| return false;
|
| }
|
|
|
| bool SpdyProxyClientSocket::SetSendBufferSize(int32 size) {
|
| - // Since this ClientSocket sits on top of a shared SpdySession, it
|
| + // Since this StreamSocket sits on top of a shared SpdySession, it
|
| // is not safe for callers to set change this underlying socket.
|
| return false;
|
| }
|
|
|