| Index: net/http/http_stream_factory_impl_job_controller.h
|
| diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h
|
| index cebad3a9b54c2074f724cea56e5408d42244cc23..c6a99ac12c20d78abad8e45ee034b2f26a13366b 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -6,6 +6,7 @@
|
| #define NET_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_CONTROLLER_H_
|
|
|
| #include "net/base/host_port_pair.h"
|
| +#include "net/base/privacy_mode.h"
|
| #include "net/http/http_stream_factory_impl_job.h"
|
| #include "net/http/http_stream_factory_impl_request.h"
|
|
|
| @@ -306,6 +307,9 @@ class HttpStreamFactoryImpl::JobController
|
| // True if an alternative proxy server job can be started to fetch |request_|.
|
| bool can_start_alternative_proxy_job_;
|
|
|
| + // Privacy mode that should be used for fetching the resource.
|
| + PrivacyMode privacy_mode_;
|
| +
|
| base::WeakPtrFactory<JobController> ptr_factory_;
|
| };
|
|
|
|
|