| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index 6ba3a12e3b3f40a043f0273b5d8005850dee2817..8030f39470a6558638a6456763668a59c237cd89 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -24,6 +24,7 @@ class DomainReliabilityMonitor;
|
| } // namespace domain_reliability
|
|
|
| namespace net {
|
| +class ChannelIDService;
|
| class CookieStore;
|
| class HttpServerPropertiesManager;
|
| } // namespace net
|
| @@ -192,6 +193,14 @@ class ProfileImplIOData : public ProfileIOData {
|
| net::URLRequestContext* AcquireIsolatedMediaRequestContext(
|
| net::URLRequestContext* app_context,
|
| const StoragePartitionDescriptor& partition_descriptor) const override;
|
| + std::unique_ptr<net::HttpServerProperties> GetHttpServerProperties()
|
| + const override;
|
| + void GetCookieAndChannelIDStores(
|
| + std::unique_ptr<net::CookieStore>* cookie_store,
|
| + std::unique_ptr<net::ChannelIDService>* channel_id_service)
|
| + const override;
|
| + bool UseNetworkQualityEstimator() const override;
|
| + std::unique_ptr<net::HttpCache::BackendFactory> GetCacheBackendFactory() const override;
|
| chrome_browser_net::Predictor* GetPredictor() override;
|
|
|
| std::unique_ptr<net::ReportingService> MaybeCreateReportingService(
|
|
|