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

Unified Diff: net/spdy/spdy_protocol.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_protocol.h
===================================================================
--- net/spdy/spdy_protocol.h (revision 128403)
+++ net/spdy/spdy_protocol.h (working copy)
@@ -401,6 +401,7 @@
// Flags for settings within a SETTINGS frame.
enum SpdySettingsFlags {
+ SETTINGS_FLAG_NONE = 0x0,
SETTINGS_FLAG_PLEASE_PERSIST = 0x1,
SETTINGS_FLAG_PERSISTED = 0x2
};

Powered by Google App Engine
This is Rietveld 408576698