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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cookies/resources/testharness-helpers.js

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/cookies/resources/testharness-helpers.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/cookies/resources/testharness-helpers.js b/third_party/WebKit/LayoutTests/http/tests/cookies/resources/testharness-helpers.js
index ef97afaefad3494807b1c8606817c042b80455fd..804cb6265cd6491cb0f1343b6f4fb53a8332aa1f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/cookies/resources/testharness-helpers.js
+++ b/third_party/WebKit/LayoutTests/http/tests/cookies/resources/testharness-helpers.js
@@ -1,5 +1,5 @@
if (window.testRunner) {
- testRunner.setAlwaysAcceptCookies(true);
+ testRunner.setBlockThirdPartyCookies(false);
}
var ORIGINAL_HOST = "example.test";

Powered by Google App Engine
This is Rietveld 408576698