| 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 00414364485ff1c1c94d88c023d5ba63e3d17af2..6ba3a12e3b3f40a043f0273b5d8005850dee2817 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -26,9 +26,6 @@
|
| namespace net {
|
| class CookieStore;
|
| class HttpServerPropertiesManager;
|
| -struct ReportingPolicy;
|
| -class ReportingService;
|
| -class URLRequestContextBuilder;
|
| } // namespace net
|
|
|
| namespace storage {
|
| @@ -164,13 +161,11 @@
|
| std::unique_ptr<ChromeNetworkDelegate> chrome_network_delegate)
|
| const override;
|
|
|
| - void InitializeInternal(net::URLRequestContextBuilder* builder,
|
| - ProfileParams* profile_params,
|
| - content::ProtocolHandlerMap* protocol_handlers,
|
| - content::URLRequestInterceptorScopedVector
|
| - request_interceptors) const override;
|
| - void OnMainRequestContextCreated(
|
| - ProfileParams* profile_params) const override;
|
| + void InitializeInternal(
|
| + ProfileParams* profile_params,
|
| + content::ProtocolHandlerMap* protocol_handlers,
|
| + content::URLRequestInterceptorScopedVector request_interceptors)
|
| + const override;
|
| void InitializeExtensionsRequestContext(
|
| ProfileParams* profile_params) const override;
|
| net::URLRequestContext* InitializeAppRequestContext(
|
| @@ -199,16 +194,8 @@
|
| const StoragePartitionDescriptor& partition_descriptor) const override;
|
| chrome_browser_net::Predictor* GetPredictor() override;
|
|
|
| - // Returns a net::ReportingService, if reporting should be enabled. Otherwise,
|
| - // returns nullptr.
|
| - // TODO(mmenke): Remove once URLRequestContextBuilders are always used to
|
| - // create URLRequestContexts.
|
| std::unique_ptr<net::ReportingService> MaybeCreateReportingService(
|
| net::URLRequestContext* url_request_context) const;
|
| -
|
| - // Returns a net::ReportingPolicy, if reporting should be enabled. Otherwise,
|
| - // returns nullptr.
|
| - static std::unique_ptr<net::ReportingPolicy> MaybeCreateReportingPolicy();
|
|
|
| // Deletes all network related data since |time|. It deletes transport
|
| // security state since |time| and also deletes HttpServerProperties data.
|
|
|