| Index: third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-main-frame.html b/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
|
| index 643b4ca30d958398f5307816032447b2a9956e2e..73c24b386cc222f9af99d66166867593524bc537 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
|
| @@ -12,7 +12,7 @@ if (window.testRunner) {
|
| if (testRunner.setPrivateBrowsingEnabled)
|
| testRunner.setPrivateBrowsingEnabled(true);
|
|
|
| - testRunner.setAlwaysAcceptCookies(false);
|
| + testRunner.setBlockThirdPartyCookies(true);
|
| }
|
|
|
| function runTest()
|
|
|