| Index: net/http/bidirectional_stream_impl.h
|
| diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h
|
| index 8dff82df9c0df7778b577b003f9b6ed912eeec72..c7cca66114312251ceb8cbf39f4e978c17f87e02 100644
|
| --- a/net/http/bidirectional_stream_impl.h
|
| +++ b/net/http/bidirectional_stream_impl.h
|
| @@ -92,7 +92,7 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl {
|
| // Starts the BidirectionalStreamImpl and sends request headers.
|
| virtual void Start(const BidirectionalStreamRequestInfo* request_info,
|
| const BoundNetLog& net_log,
|
| - bool disable_auto_flush,
|
| + bool delay_headers_until_next_send_data,
|
| BidirectionalStreamImpl::Delegate* delegate,
|
| std::unique_ptr<base::Timer> timer) = 0;
|
|
|
|
|