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

Unified Diff: net/spdy/spdy_test_utils.cc

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_test_utils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_test_utils.cc
diff --git a/net/spdy/spdy_test_utils.cc b/net/spdy/spdy_test_utils.cc
index 1a454dbd7a08a3f08750d9f6bfc495c40b7d81e7..cf54dc5ea4cf1cbcf4007129497e7a15630e57c1 100644
--- a/net/spdy/spdy_test_utils.cc
+++ b/net/spdy/spdy_test_utils.cc
@@ -195,5 +195,11 @@ void TestHeadersHandler::OnHeaderBlockEnd(size_t header_bytes_parsed) {
header_bytes_parsed_ = header_bytes_parsed;
}
+void TestHeadersHandler::OnHeaderBlockEnd(
+ size_t header_bytes_parsed,
+ size_t /* compressed_header_bytes_parsed */) {
+ header_bytes_parsed_ = header_bytes_parsed;
+}
+
} // namespace test
} // namespace net
« no previous file with comments | « net/spdy/spdy_test_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698