| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index fdaa8fb162b4ceb8a8455cbb038ed161a5bc3168..fac530b4f33a3ca4ced99d9b75e415c506dbf52d 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -902,9 +902,6 @@ bool ChromeContentBrowserClient::AllowSetCookie(
|
| CookieSettings* cookie_settings = io_data->GetCookieSettings();
|
| bool allow = cookie_settings->IsSettingCookieAllowed(url, first_party);
|
|
|
| - if (cookie_settings->IsCookieSessionOnly(url))
|
| - options->set_force_session();
|
| -
|
| BrowserThread::PostTask(
|
| BrowserThread::UI, FROM_HERE,
|
| base::Bind(&TabSpecificContentSettings::CookieChanged, render_process_id,
|
|
|