| Index: net/spdy/chromium/spdy_session.h
|
| diff --git a/net/spdy/chromium/spdy_session.h b/net/spdy/chromium/spdy_session.h
|
| index 2048392ae899abed4789646632a996feef8f9dce..98941eee1df557f323b1d10d6c4d29e4f789c37f 100644
|
| --- a/net/spdy/chromium/spdy_session.h
|
| +++ b/net/spdy/chromium/spdy_session.h
|
| @@ -763,9 +763,6 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| // |enable_sending_initial_data_| is true.
|
| void SendInitialData();
|
|
|
| - // Helper method to send a SETTINGS frame.
|
| - void SendSettings(const SettingsMap& settings);
|
| -
|
| // Handle SETTING. Either when we send settings, or when we receive a
|
| // SETTINGS control frame, update our SpdySession accordingly.
|
| void HandleSetting(uint32_t id, uint32_t value);
|
|
|