| 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 8c7f40160bac5e727c9f79954e48f1e2f40895f8..1cfee78e0dd461e48dae2c696221cec6834f2328 100644
|
| --- a/net/cookies/cookie_store_test_helpers.cc
|
| +++ b/net/cookies/cookie_store_test_helpers.cc
|
| @@ -154,6 +154,12 @@ void DelayedCookieMonster::DeleteCookieAsync(const GURL& url,
|
| ADD_FAILURE();
|
| }
|
|
|
| +void DelayedCookieMonster::DeleteCanonicalCookieAsync(
|
| + const CanonicalCookie& cookie,
|
| + const DeleteCallback& callback) {
|
| + ADD_FAILURE();
|
| +}
|
| +
|
| void DelayedCookieMonster::DeleteAllCreatedBetweenAsync(
|
| const base::Time& delete_begin,
|
| const base::Time& delete_end,
|
|
|