Commit b8679aa6 authored by Bence Béky's avatar Bence Béky Committed by Commit Bot

Remove excess spaces and reformat comment in spdy_session_pool.h.

This is a follow-up to https://crrev.com/c/1570914.

Bug: 912727
Change-Id: I284dbb580bb396da787c7d2f5755428458f88aeb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577479Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652866}
parent 29c75459
...@@ -207,13 +207,13 @@ class NET_EXPORT SpdySessionPool ...@@ -207,13 +207,13 @@ class NET_EXPORT SpdySessionPool
// another "blocking" request already pending. For example, the first request // another "blocking" request already pending. For example, the first request
// created will be considered "blocking", but subsequent requests will not as // created will be considered "blocking", but subsequent requests will not as
// long as the "blocking" request is not destroyed. Once the "blocking" // long as the "blocking" request is not destroyed. Once the "blocking"
// request is destroyed, the next created request will be marked "blocking". // request is destroyed, the next created request will be marked "blocking".
// //
// If a request is created, that request is not the "blocking" request, and // If a request is created, that request is not the "blocking" request, and
// |on_blocking_request_destroyed_callback| is non-null, // |on_blocking_request_destroyed_callback| is non-null, then
// then |on_blocking_request_destroyed_callback| will be invoked // |on_blocking_request_destroyed_callback| will be invoked asynchronously
// asynchronously when the "blocking" request is destroyed. The callback // when the "blocking" request is destroyed. The callback associated with the
// associated with the "blocking" request is never invoked. // "blocking" request is never invoked.
// //
// |delegate|, |spdy_session_request|, and |is_blocking_request_for_session| // |delegate|, |spdy_session_request|, and |is_blocking_request_for_session|
// must all be non-null. // must all be non-null.
......
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