Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2202)

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 2934153002: Add virtual ProfileIOData methods related to URLRequestContext creation. (Closed)
Patch Set: . Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698