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

Unified Diff: ios/crnet/crnet_environment.h

Issue 1701063002: CookieStore: Remove reference counting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@threadsafe
Patch Set: merge Created 4 years, 9 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
« no previous file with comments | « ios/chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | ios/crnet/crnet_environment.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_environment.h
diff --git a/ios/crnet/crnet_environment.h b/ios/crnet/crnet_environment.h
index 6091ee05bef01e78b4139de8773759899d52ccfb..a0b49c1309e48c909146594534ce9983f7801486 100644
--- a/ios/crnet/crnet_environment.h
+++ b/ios/crnet/crnet_environment.h
@@ -17,6 +17,7 @@
class JsonPrefStore;
namespace net {
+class CookieStore;
class HttpCache;
class NetworkChangeNotifier;
class NetLog;
@@ -155,6 +156,7 @@ class CrNetEnvironment {
scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
scoped_ptr<net::HttpServerProperties> http_server_properties_;
+ scoped_ptr<net::CookieStore> cookie_store_;
scoped_refptr<net::URLRequestContextGetter> main_context_getter_;
scoped_ptr<net::URLRequestContext> main_context_;
scoped_ptr<CrNetHttpProtocolHandlerDelegate> http_protocol_handler_delegate_;
« no previous file with comments | « ios/chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | ios/crnet/crnet_environment.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698