| Index: net/cookies/cookie_store_test_helpers.h
|
| diff --git a/net/cookies/cookie_store_test_helpers.h b/net/cookies/cookie_store_test_helpers.h
|
| index bb6d656b140c3fd91b42c631d2382ffef467ba78..7a9c34c09662f43e47c15b948d49b8391709bab6 100644
|
| --- a/net/cookies/cookie_store_test_helpers.h
|
| +++ b/net/cookies/cookie_store_test_helpers.h
|
| @@ -45,6 +45,11 @@ class DelayedCookieMonster : public CookieStore {
|
| CookiePriority priority,
|
| const SetCookiesCallback& callback) override;
|
|
|
| + void SetCanonicalCookieAsync(std::unique_ptr<CanonicalCookie> cookie,
|
| + bool secure_source,
|
| + bool modify_http_only,
|
| + const SetCookiesCallback& callback) override;
|
| +
|
| void GetCookiesWithOptionsAsync(
|
| const GURL& url,
|
| const CookieOptions& options,
|
|
|