| Index: net/http/http_pipelined_host_impl.h
|
| diff --git a/net/http/http_pipelined_host_impl.h b/net/http/http_pipelined_host_impl.h
|
| index af78005cfb689c0b8b97aed4f735f33a652b3eb5..f74de88489fdf2938a46a5025cf5a5bce33a2140 100644
|
| --- a/net/http/http_pipelined_host_impl.h
|
| +++ b/net/http/http_pipelined_host_impl.h
|
| @@ -64,7 +64,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostImpl
|
|
|
| // Returns the maximum number of in-flight pipelined requests we'll allow on a
|
| // single connection.
|
| - NET_EXPORT_PRIVATE static int max_pipeline_depth() { return 3; }
|
| + static int max_pipeline_depth() { return 3; }
|
|
|
| private:
|
| struct PipelineInfo {
|
|
|