Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: net/spdy/spdy_session.h

Issue 9802003: SPDY - persist SPDY settings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698