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

Unified Diff: net/spdy/spdy_no_op_visitor.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_headers_handler_interface.h ('k') | net/spdy/spdy_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_no_op_visitor.h
diff --git a/net/spdy/spdy_no_op_visitor.h b/net/spdy/spdy_no_op_visitor.h
index e2cba101ad6cc1f031b3b928e65a90c87e41c8b2..5a1bdfa3445fb57a1427ea9403b80fc45dc11dd4 100644
--- a/net/spdy/spdy_no_op_visitor.h
+++ b/net/spdy/spdy_no_op_visitor.h
@@ -87,6 +87,8 @@ class SpdyNoOpVisitor : public SpdyFramerVisitorInterface,
void OnHeaderBlockStart() override {}
void OnHeader(base::StringPiece key, base::StringPiece value) override {}
void OnHeaderBlockEnd(size_t uncompressed_header_bytes) override {}
+ void OnHeaderBlockEnd(size_t /* uncompressed_header_bytes */,
+ size_t /* compressed_header_bytes */) override {}
};
} // namespace test
« no previous file with comments | « net/spdy/spdy_headers_handler_interface.h ('k') | net/spdy/spdy_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698