diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 04:50:10 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 04:50:10 +0000 |
commit | dedec0b98955617acca49f50627a6d18d1f7958e (patch) | |
tree | 159fa18bbe7e89598ce3d07025a43802c17e7050 /net/cookies/cookie_store_test_callbacks.cc | |
parent | d2a2ca70268d37cc4958ece3ef02c7345a7dd54d (diff) | |
download | chromium_src-dedec0b98955617acca49f50627a6d18d1f7958e.zip chromium_src-dedec0b98955617acca49f50627a6d18d1f7958e.tar.gz chromium_src-dedec0b98955617acca49f50627a6d18d1f7958e.tar.bz2 |
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
Diffstat (limited to 'net/cookies/cookie_store_test_callbacks.cc')
-rw-r--r-- | net/cookies/cookie_store_test_callbacks.cc | 5 |
1 files changed, 0 insertions, 5 deletions
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), |