summaryrefslogtreecommitdiffstats
path: root/components/update_client/action.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/update_client/action.cc')
-rw-r--r--components/update_client/action.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/update_client/action.cc b/components/update_client/action.cc
index 3cdce79..de795e6 100644
--- a/components/update_client/action.cc
+++ b/components/update_client/action.cc
@@ -89,6 +89,7 @@ void ActionImpl::ChangeItemState(CrxUpdateItem* item, CrxUpdateItem::State to) {
case CrxUpdateItem::State::kDownloading:
case CrxUpdateItem::State::kDownloadingDiff:
case CrxUpdateItem::State::kDownloaded:
+ case CrxUpdateItem::State::kUninstalled:
case CrxUpdateItem::State::kLastStatus:
// No notification for these states.
break;
@@ -135,7 +136,7 @@ void ActionImpl::UpdateCrx() {
}
void ActionImpl::UpdateCrxComplete(CrxUpdateItem* item) {
- update_context_->ping_manager->OnUpdateComplete(item);
+ update_context_->ping_manager->SendPing(item);
update_context_->queue.pop();