Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html

Issue 2125523003: Rename setAlwaysAcceptCookies to setBlockThirdPartyCookies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html b/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html
index f169cd422df63d4b262e332d410611e4793e5eed..6a92ec6085b53ddd9593bf91094b2f870d078639 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html
@@ -12,7 +12,7 @@ if (window.testRunner) {
if (testRunner.setPrivateBrowsingEnabled)
testRunner.setPrivateBrowsingEnabled(true);
- testRunner.setAlwaysAcceptCookies(false);
+ testRunner.setBlockThirdPartyCookies(true);
}
function runTest()

Powered by Google App Engine
This is Rietveld 408576698