| Index: ios/web/shell/shell_url_request_context_getter.mm
|
| diff --git a/ios/web/shell/shell_url_request_context_getter.mm b/ios/web/shell/shell_url_request_context_getter.mm
|
| index f784595dd1ee926fed15ecb8b202ebdfc5191fda..d7efc4aeab90b7491e260b67bb563d9c32319391 100644
|
| --- a/ios/web/shell/shell_url_request_context_getter.mm
|
| +++ b/ios/web/shell/shell_url_request_context_getter.mm
|
| @@ -86,7 +86,6 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
|
| true, nullptr);
|
| std::unique_ptr<net::CookieStoreIOS> cookie_store(
|
| new net::CookieStoreIOS(persistent_store.get()));
|
| - net::CookieStoreIOS::SwitchSynchronizedStore(nullptr, cookie_store.get());
|
| storage_->set_cookie_store(std::move(cookie_store));
|
|
|
| std::string user_agent = web::GetWebClient()->GetUserAgent(false);
|
|
|