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

Unified Diff: net/quic/quic_spdy_decompressor.h

Issue 15074007: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for windows Created 7 years, 7 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
« no previous file with comments | « net/quic/quic_spdy_compressor.cc ('k') | net/quic/quic_spdy_decompressor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_spdy_decompressor.h
diff --git a/net/quic/quic_spdy_decompressor.h b/net/quic/quic_spdy_decompressor.h
index 3fd50783055c3c295cbfea8e0c579ca2f6a254e7..a56c479901583ee0c38c22af0475b608274ce87b 100644
--- a/net/quic/quic_spdy_decompressor.h
+++ b/net/quic/quic_spdy_decompressor.h
@@ -27,6 +27,7 @@ class NET_EXPORT_PRIVATE QuicSpdyDecompressor {
public:
virtual ~Visitor() {}
virtual bool OnDecompressedData(base::StringPiece data) = 0;
+ virtual void OnDecompressionError() = 0;
};
QuicSpdyDecompressor();
« no previous file with comments | « net/quic/quic_spdy_compressor.cc ('k') | net/quic/quic_spdy_decompressor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698