| Index: net/url_request/url_request_http_job.cc
 | 
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
 | 
| index 263f5020ffce5ad22d89b83466efac8e736ade00..3cace9060cfbdaa6b7cb699596eb4df8914b47f7 100644
 | 
| --- a/net/url_request/url_request_http_job.cc
 | 
| +++ b/net/url_request/url_request_http_job.cc
 | 
| @@ -749,8 +749,6 @@
 | 
|      CookieOptions options;
 | 
|      options.set_include_httponly();
 | 
|      options.set_server_time(response_date_);
 | 
| -    if (network_delegate()->AreExperimentalCookieFeaturesEnabled())
 | 
| -      options.set_enforce_prefixes();
 | 
|  
 | 
|      CookieStore::SetCookiesCallback callback(base::Bind(
 | 
|          &URLRequestHttpJob::OnCookieSaved, weak_factory_.GetWeakPtr(),
 | 
| 
 |