Index: net/quic/core/spdy_utils.h |
diff --git a/net/quic/core/spdy_utils.h b/net/quic/core/spdy_utils.h |
index d1f14ad27786a4f043ef7aee1e7305c360073270..f69b4474d197f69160efcd5fe82c2cf2c05f2b95 100644 |
--- a/net/quic/core/spdy_utils.h |
+++ b/net/quic/core/spdy_utils.h |
@@ -34,9 +34,9 @@ class NET_EXPORT_PRIVATE SpdyUtils { |
int64_t* content_length, |
SpdyHeaderBlock* headers); |
- // Populate |content length| with the value of the content-length header if |
- // one or more are present in the headers. Returns true on success, false if |
- // parsing fails. |
+ // Populate |content length| with the value of the content-length header. |
+ // Returns true on success, false if parsing fails or content-length header is |
+ // missing. |
static bool ExtractContentLengthFromHeaders(int64_t* content_length, |
SpdyHeaderBlock* headers); |