| Index: net/http/bidirectional_stream.h
|
| diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h
|
| index 0cb3a15d3834706c46b951d09cb83330b6a9456b..78aeeafe7035f466f552162c2052aab1c398c800 100644
|
| --- a/net/http/bidirectional_stream.h
|
| +++ b/net/http/bidirectional_stream.h
|
| @@ -187,6 +187,8 @@ class NET_EXPORT BidirectionalStream
|
| scoped_ptr<BidirectionalStreamRequestInfo> request_info_;
|
| const BoundNetLog net_log_;
|
|
|
| + HttpNetworkSession* session_;
|
| +
|
| Delegate* const delegate_;
|
|
|
| // Timer used to buffer data received in short time-spans and send a single
|
|
|