| Index: net/cookies/cookie_store_test_helpers.cc
|
| diff --git a/net/cookies/cookie_store_test_helpers.cc b/net/cookies/cookie_store_test_helpers.cc
|
| index 50ae05de029178df57950946c2035bb68bef0355..237b15356c9e47fba64a77fc7a750ead7ed5fdfc 100644
|
| --- a/net/cookies/cookie_store_test_helpers.cc
|
| +++ b/net/cookies/cookie_store_test_helpers.cc
|
| @@ -197,6 +197,14 @@ void DelayedCookieMonster::DeleteAllCreatedBetweenForHostAsync(
|
| ADD_FAILURE();
|
| }
|
|
|
| +void DelayedCookieMonster::DeleteAllCreatedBetweenWithPredicateAsync(
|
| + const base::Time& delete_begin,
|
| + const base::Time& delete_end,
|
| + const base::Callback<bool(const CanonicalCookie&)>& predicate,
|
| + const DeleteCallback& callback) {
|
| + ADD_FAILURE();
|
| +}
|
| +
|
| void DelayedCookieMonster::DeleteSessionCookiesAsync(const DeleteCallback&) {
|
| ADD_FAILURE();
|
| }
|
|
|