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..034643e3f22c572c07c161ef3204587239fc2a6d 100644 |
--- a/components/offline_pages/core/background/request_coordinator.cc |
+++ b/components/offline_pages/core/background/request_coordinator.cc |
@@ -516,8 +516,10 @@ void RequestCoordinator::UpdateMultipleRequestsCallback( |
void RequestCoordinator::ReconcileCallback( |
std::unique_ptr<UpdateRequestsResult> result) { |
- for (const auto& request : result->updated_items) |
+ for (const auto& request : result->updated_items) { |
+ RecordOfflinerResult(request, Offliner::RequestStatus::BROWSER_KILLED); |
NotifyChanged(request); |
+ } |
} |
void RequestCoordinator::HandleRemovedRequestsAndCallback( |