Index: content/shell/browser/layout_test/layout_test_url_request_context_getter.cc |
diff --git a/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc b/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc |
index 537be45ff2324bd64f8f470856edd635aef1ff13..0ba58d2d9f45ecb6b1e6f869ae6dc926ebb77f7a 100644 |
--- a/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc |
+++ b/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc |
@@ -39,7 +39,7 @@ LayoutTestURLRequestContextGetter::~LayoutTestURLRequestContextGetter() { |
std::unique_ptr<net::NetworkDelegate> |
LayoutTestURLRequestContextGetter::CreateNetworkDelegate() { |
- ShellNetworkDelegate::SetAcceptAllCookies(false); |
+ ShellNetworkDelegate::SetBlockThirdPartyCookies(true); |
return base::WrapUnique(new ShellNetworkDelegate); |
} |