Commit 77dc057b authored by mmenke@chromium.org's avatar mmenke@chromium.org

Remove CRLFs in spdy_test_util_common.h, as this makes the CQ sad.

Also slightly modify a comment, as linebreak only changes make
Rietveld sad.

BUG=NONE
TBR=mmenke@chromium.org

Review URL: https://codereview.chromium.org/311623002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274270 0039d316-1c4b-4281-b951-d872f2087c98
parent 8bd8725b
......@@ -218,10 +218,10 @@ struct SpdySessionDependencies {
NextProto protocol;
size_t stream_initial_recv_window_size;
SpdySession::TimeFunc time_func;
NextProtoVector next_protos;
NextProtoVector next_protos;
std::string trusted_spdy_proxy;
bool force_spdy_over_ssl;
bool force_spdy_always;
bool force_spdy_over_ssl;
bool force_spdy_always;
bool use_alternate_protocols;
NetLog* net_log;
};
......@@ -400,7 +400,7 @@ class SpdyTestUtil {
SpdyRstStreamStatus status) const;
// Constructs a standard SPDY GET SYN frame, optionally compressed
// for the url |url|.
// for |url|.
// |extra_headers| are the extra header-value pairs, which typically
// will vary the most between calls.
// Returns a SpdyFrame.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment