| Index: components/offline_pages/core/background/offliner_stub.cc
|
| diff --git a/components/offline_pages/core/background/offliner_stub.cc b/components/offline_pages/core/background/offliner_stub.cc
|
| index 3b3c1f56164da0ca94ff8a3f7633e756edf5b49b..c007ae0a0aa54edb3e1e020de51101aa8ea367ee 100644
|
| --- a/components/offline_pages/core/background/offliner_stub.cc
|
| +++ b/components/offline_pages/core/background/offliner_stub.cc
|
| @@ -34,8 +34,9 @@ bool OfflinerStub::LoadAndSave(const SavePageRequest& request,
|
| return true;
|
| }
|
|
|
| -void OfflinerStub::Cancel() {
|
| +void OfflinerStub::Cancel(const CancelCallback& callback) {
|
| cancel_called_ = true;
|
| + callback.Run(0LL);
|
| }
|
|
|
| bool OfflinerStub::HandleTimeout(const SavePageRequest& request) {
|
|
|