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

Unified Diff: net/tools/flip_server/spdy_interface.h

Issue 9618002: SPDY - integration of spdy/3 code. (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/tools/flip_server/spdy_interface.h
===================================================================
--- net/tools/flip_server/spdy_interface.h (revision 125802)
+++ net/tools/flip_server/spdy_interface.h (working copy)
@@ -75,6 +75,8 @@
virtual void OnStreamFrameData(spdy::SpdyStreamId stream_id,
const char* data,
size_t len) OVERRIDE;
+ virtual void OnSetting(
+ spdy::SpdySettingsIds id, uint8 flags, uint32 value) OVERRIDE {}
virtual void OnSynStream(
const spdy::SpdySynStreamControlFrame& frame,
const linked_ptr<spdy::SpdyHeaderBlock>& headers) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698