| Index: net/http/http_stream_factory_impl_job.h
|
| diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
|
| index ffb55813a09e6bcfb6876a8cbce7436d682f1b02..e3efa6ad460d58712bc3170c93967a53430942a8 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -231,6 +231,7 @@ class HttpStreamFactoryImpl::Job {
|
| }
|
|
|
| bool is_waiting() const { return next_state_ == STATE_WAIT_COMPLETE; }
|
| + std::string state() const ;
|
| const SSLConfig& server_ssl_config() const;
|
| const SSLConfig& proxy_ssl_config() const;
|
| const ProxyInfo& proxy_info() const;
|
|
|