| Index: net/base/cookie_policy.cc
|
| ===================================================================
|
| --- net/base/cookie_policy.cc (revision 11293)
|
| +++ net/base/cookie_policy.cc (working copy)
|
| @@ -31,8 +31,8 @@
|
| case CookiePolicy::BLOCK_THIRD_PARTY_COOKIES:
|
| if (policy_url.is_empty())
|
| return true; // Empty policy URL should indicate a first-party request
|
| -
|
| - return net::RegistryControlledDomainService::SameDomainOrHost(url, policy_url);
|
| + return net::RegistryControlledDomainService::SameDomainOrHost(url,
|
| + policy_url);
|
| case CookiePolicy::BLOCK_ALL_COOKIES:
|
| return false;
|
| default:
|
|
|