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

Unified Diff: net/tools/quic/spdy_utils.h

Issue 847813005: Updates quic_client_bin.cc to be more user friendly, and support more (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Refactoring_code_for_readability_83493327
Patch Set: Added DumpHeadersToString to dump response headers Created 5 years, 11 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
Index: net/tools/quic/spdy_utils.h
diff --git a/net/tools/quic/spdy_utils.h b/net/tools/quic/spdy_utils.h
index e0ae4edb9053ca1dd3838766880b62688beaab5b..a4a03d2168d58c13c1038d31901ca33d2c1810e7 100644
--- a/net/tools/quic/spdy_utils.h
+++ b/net/tools/quic/spdy_utils.h
@@ -32,6 +32,9 @@ class SpdyUtils {
static SpdyHeaderBlock RequestHeadersToSpdyHeaders(
const BalsaHeaders& request_headers);
+ static SpdyHeaderBlock RequestHeadersToSpdy4Headers(
+ const BalsaHeaders& request_headers);
+
static SpdyHeaderBlock ResponseHeadersToSpdyHeaders(
const BalsaHeaders& response_headers);

Powered by Google App Engine
This is Rietveld 408576698