| Index: net/http/http_chunked_decoder.h
|
| ===================================================================
|
| --- net/http/http_chunked_decoder.h (revision 167232)
|
| +++ net/http/http_chunked_decoder.h (working copy)
|
| @@ -77,6 +77,10 @@
|
| //
|
| class NET_EXPORT_PRIVATE HttpChunkedDecoder {
|
| public:
|
| + // The maximum length of |line_buf_| between calls to FilterBuff().
|
| + // Exposed for tests.
|
| + static const size_t kMaxLineBufLen;
|
| +
|
| HttpChunkedDecoder();
|
|
|
| // Indicates that a previous call to FilterBuf encountered the final CRLF.
|
|
|