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

Unified Diff: components/cronet/ios/cronet_environment.h

Issue 2513023002: [Cronet] Add CookieStoreIOS. (Closed)
Patch Set: . Created 4 years, 1 month 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
« no previous file with comments | « components/cronet/ios/BUILD.gn ('k') | components/cronet/ios/cronet_environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/cronet_environment.h
diff --git a/components/cronet/ios/cronet_environment.h b/components/cronet/ios/cronet_environment.h
index 95b4db207f88edcc04e18fcedecd40cb2782fa37..345b684b7a203997c00f1b2689d6a7039fabebc1 100644
--- a/components/cronet/ios/cronet_environment.h
+++ b/components/cronet/ios/cronet_environment.h
@@ -27,6 +27,7 @@ class WaitableEvent;
} // namespace base
namespace net {
+class CookieStore;
class HttpCache;
class NetworkChangeNotifier;
class NetLog;
@@ -138,6 +139,7 @@ class CronetEnvironment {
std::unique_ptr<net::CertVerifier> cert_verifier_;
std::unique_ptr<net::ProxyConfigService> proxy_config_service_;
std::unique_ptr<net::HttpServerProperties> http_server_properties_;
+ std::unique_ptr<net::CookieStore> cookie_store_;
std::unique_ptr<net::URLRequestContext> main_context_;
scoped_refptr<net::URLRequestContextGetter> main_context_getter_;
std::string user_agent_;
« no previous file with comments | « components/cronet/ios/BUILD.gn ('k') | components/cronet/ios/cronet_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698