| Index: net/spdy/spdy_session.h
|
| ===================================================================
|
| --- net/spdy/spdy_session.h (revision 127896)
|
| +++ net/spdy/spdy_session.h (working copy)
|
| @@ -345,9 +345,8 @@
|
| // Send relevant SETTINGS. This is generally called on connection setup.
|
| void SendSettings();
|
|
|
| - // Handle SETTINGS. Either when we send settings, or when we receive a
|
| + // Handle SETTING. Either when we send settings, or when we receive a
|
| // SETTINGS control frame, update our SpdySession accordingly.
|
| - void HandleSettings(const spdy::SpdySettings& settings);
|
| void HandleSetting(uint32 id, uint32 value);
|
|
|
| // Adjust the send window size of all ActiveStreams and PendingCreateStreams.
|
|
|