| Index: ios/crnet/crnet_environment.mm
|
| diff --git a/ios/crnet/crnet_environment.mm b/ios/crnet/crnet_environment.mm
|
| index 2baf8419f6c89017f6e2afc3749702110fb2c3de..e281a7f1ecac5ad2966ca376081f062386b0dd1e 100644
|
| --- a/ios/crnet/crnet_environment.mm
|
| +++ b/ios/crnet/crnet_environment.mm
|
| @@ -462,7 +462,8 @@ void CrNetEnvironment::InitializeOnNetworkThread() {
|
|
|
| // Cookies
|
| scoped_refptr<net::CookieStore> cookie_store =
|
| - net::CookieStoreIOS::CreateCookieStoreFromNSHTTPCookieStorage();
|
| + net::CookieStoreIOS::CreateCookieStore(
|
| + [NSHTTPCookieStorage sharedHTTPCookieStorage]);
|
| main_context_->set_cookie_store(cookie_store.get());
|
|
|
| net::URLRequestJobFactoryImpl* job_factory =
|
|
|