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

Unified Diff: net/spdy/hpack/hpack_decoder_interface.h

Issue 2515143002: Removing SPDY3 from the code base. (Closed)
Patch Set: Addressed a failure on windows. Created 4 years, 1 month 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/hpack/hpack_decoder_interface.h
diff --git a/net/spdy/hpack/hpack_decoder_interface.h b/net/spdy/hpack/hpack_decoder_interface.h
index dfc6f82caaf960770e3bb54793c395efa708ebdf..8adb62ffd97a330f89a55c6cb1d8151499633bb0 100644
--- a/net/spdy/hpack/hpack_decoder_interface.h
+++ b/net/spdy/hpack/hpack_decoder_interface.h
@@ -44,7 +44,7 @@ class NET_EXPORT_PRIVATE HpackDecoderInterface {
// Discards the handler supplied at the start of decoding the block.
// TODO(jamessynge): Determine if compressed_len is needed; it is used to
// produce UUMA stat Net.SpdyHpackDecompressionPercentage, but only for
- // SPDY3, not HTTP2.
+ // deprecated SPDY3.
virtual bool HandleControlFrameHeadersComplete(size_t* compressed_len) = 0;
// Accessor for the most recently decoded headers block. Valid until the next

Powered by Google App Engine
This is Rietveld 408576698