| Index: components/offline_pages/core/background/request_coordinator.cc
|
| diff --git a/components/offline_pages/core/background/request_coordinator.cc b/components/offline_pages/core/background/request_coordinator.cc
|
| index 87e3c97c9713233ba7c86e9c70e3c28aafc66145..78780a92655c51c885552cff3e2d73e892c417ca 100644
|
| --- a/components/offline_pages/core/background/request_coordinator.cc
|
| +++ b/components/offline_pages/core/background/request_coordinator.cc
|
| @@ -412,7 +412,7 @@ void RequestCoordinator::RemoveRequests(
|
| request_ids,
|
| base::Bind(&RequestCoordinator::HandleRemovedRequestsAndCallback,
|
| weak_ptr_factory_.GetWeakPtr(), callback,
|
| - RequestNotifier::BackgroundSavePageResult::REMOVED));
|
| + RequestNotifier::BackgroundSavePageResult::USER_CANCELED));
|
|
|
| // Record the network quality when this request is removed.
|
| if (network_quality_estimator_) {
|
|
|