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

Unified Diff: chrome/browser/net/cookie_policy_browsertest.cc

Issue 556095: Changes to support new cookie policy.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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: chrome/browser/net/cookie_policy_browsertest.cc
===================================================================
--- chrome/browser/net/cookie_policy_browsertest.cc (revision 37613)
+++ chrome/browser/net/cookie_policy_browsertest.cc (working copy)
@@ -19,6 +19,9 @@
DISALLOW_COPY_AND_ASSIGN(CookiePolicyBrowserTest);
};
+// TODO(darin): Re-enable these tests once the new third-party cookie blocking
+// preference is hooked up.
+#if 0
// Visits a page that sets a first-party cookie.
IN_PROC_BROWSER_TEST_F(CookiePolicyBrowserTest, AllowFirstPartyCookies) {
HTTPTestServer* server = StartHTTPServer();
@@ -86,3 +89,4 @@
cookie = cookie_store->GetCookies(redirected_url);
EXPECT_EQ("cookie2", cookie);
}
+#endif
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698