| 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 034643e3f22c572c07c161ef3204587239fc2a6d..7e0882deb466977ed7816989513168eb0e805646 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_) {
|
|
|