| Index: headless/public/util/testing/generic_url_request_mocks.cc
|
| diff --git a/headless/public/util/testing/generic_url_request_mocks.cc b/headless/public/util/testing/generic_url_request_mocks.cc
|
| index 54f1ed9e44748f95f3f068fb0cc1f2575dcb78f7..a4053dc9e1c1432638132a22abcbfd5236853106 100644
|
| --- a/headless/public/util/testing/generic_url_request_mocks.cc
|
| +++ b/headless/public/util/testing/generic_url_request_mocks.cc
|
| @@ -84,6 +84,14 @@ void MockCookieStore::SetCookieWithDetailsAsync(
|
| CHECK(false);
|
| }
|
|
|
| +void MockCookieStore::SetCanonicalCookieAsync(
|
| + std::unique_ptr<net::CanonicalCookie> cookie,
|
| + bool secure_source,
|
| + bool can_modify_httponly,
|
| + const SetCookiesCallback& callback) {
|
| + CHECK(false);
|
| +}
|
| +
|
| void MockCookieStore::GetCookiesWithOptionsAsync(
|
| const GURL& url,
|
| const net::CookieOptions& options,
|
|
|