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

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

Issue 850793004: Update from https://crrev.com/311346 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « net/tools/quic/quic_spdy_client_stream.cc ('k') | net/tools/quic/spdy_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « net/tools/quic/quic_spdy_client_stream.cc ('k') | net/tools/quic/spdy_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698