Commit f4dc71e8 authored by Michael Chang's avatar Michael Chang Committed by Commit Bot

Omaha v4 - Add Task Start/Complete to Control Service

Control Service was never terminating due to lacking
the App Server's TaskStarted and TaskCompleted methods.

Change-Id: I16da30af01fbf9a04ec3996dd893548fd3699f2a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377147
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801753}
parent 1e5ea134
......@@ -226,8 +226,11 @@
VLOG(0) << "performControlTasks complete.";
if (reply)
reply();
_appServer->TaskCompleted();
}));
_appServer->TaskStarted();
_callbackRunner->PostTask(
FROM_HERE,
base::BindOnce(&updater::ControlService::Run, _service, std::move(cb)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment