From dedec0b98955617acca49f50627a6d18d1f7958e Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Thu, 28 Feb 2013 04:50:10 +0000 Subject: Remove the last traces of experimental support for MAC cookies Support for MAC cookies was mostly removed in r126928. However, changes to the cookie store were not fully reverted, and new callsites were introduced due to the interface changes. This fully removes the interfaces introduced for MAC cookies, including the CookieMonster::CookieInfo class. BUG=none TBR=willchan Review URL: https://chromiumcodereview.appspot.com/12326056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185160 0039d316-1c4b-4281-b951-d872f2087c98 --- net/cookies/cookie_store_test_callbacks.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net/cookies/cookie_store_test_callbacks.cc') diff --git a/net/cookies/cookie_store_test_callbacks.cc b/net/cookies/cookie_store_test_callbacks.cc index 0d4cb5c..c0bc6cc 100644 --- a/net/cookies/cookie_store_test_callbacks.cc +++ b/net/cookies/cookie_store_test_callbacks.cc @@ -48,11 +48,6 @@ GetCookieStringCallback::GetCookieStringCallback() {} GetCookieStringCallback::GetCookieStringCallback(base::Thread* run_in_thread) : CookieCallback(run_in_thread) {} -GetCookiesWithInfoCallback::GetCookiesWithInfoCallback() {} -GetCookiesWithInfoCallback::GetCookiesWithInfoCallback( - base::Thread* run_in_thread) : CookieCallback(run_in_thread) {} -GetCookiesWithInfoCallback::~GetCookiesWithInfoCallback() {} - DeleteCallback::DeleteCallback() : num_deleted_(0) {} DeleteCallback::DeleteCallback(base::Thread* run_in_thread) : CookieCallback(run_in_thread), -- cgit v1.1