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

Unified Diff: net/spdy/spdy_test_utils.h

Issue 2367973002: Log compressed size of HTTP/2 requests. (Closed)
Patch Set: Created 4 years, 3 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/spdy/spdy_no_op_visitor.h ('k') | net/spdy/spdy_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_test_utils.h
diff --git a/net/spdy/spdy_test_utils.h b/net/spdy/spdy_test_utils.h
index 297fcd19e76a3d924e56b148c029143bafa3c7e0..85b3e8c8d9992aa1536206e6ffdc89bce19166e9 100644
--- a/net/spdy/spdy_test_utils.h
+++ b/net/spdy/spdy_test_utils.h
@@ -76,6 +76,9 @@ class TestHeadersHandler : public SpdyHeadersHandlerInterface {
void OnHeaderBlockEnd(size_t header_bytes_parsed) override;
+ void OnHeaderBlockEnd(size_t header_bytes_parsed,
+ size_t /* compressed_header_bytes_parsed */) override;
+
const SpdyHeaderBlock& decoded_block() const { return block_; }
size_t header_bytes_parsed() { return header_bytes_parsed_; }
« no previous file with comments | « net/spdy/spdy_no_op_visitor.h ('k') | net/spdy/spdy_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698