From 4e637d218c79304fb852ac500c0c4ee21756c6b8 Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Wed, 10 Feb 2010 23:56:23 +0000 Subject: Revert 38694 - For some reason this seems to be hanging chrome frame tests, even though this should be a strictly no-op change... Add some tests to CookieMonster for overwriting persistent cookies, and checking that the PersistentCookieStore interface is exercised correctly. Review URL: http://codereview.chromium.org/600040 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/596048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38707 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/testing_profile.cc') diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index 5cae4f7..94ddf97 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -86,7 +86,7 @@ class BookmarkLoadObserver : public BookmarkModelObserver { class TestURLRequestContext : public URLRequestContext { public: TestURLRequestContext() { - cookie_store_ = new net::CookieMonster(NULL); + cookie_store_ = new net::CookieMonster(); } }; -- cgit v1.1