summaryrefslogtreecommitdiff
path: root/chromium/components/update_client/task_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/update_client/task_update.h')
-rw-r--r--chromium/components/update_client/task_update.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/update_client/task_update.h b/chromium/components/update_client/task_update.h
index 79b07c8d859..ee6522d1763 100644
--- a/chromium/components/update_client/task_update.h
+++ b/chromium/components/update_client/task_update.h
@@ -53,6 +53,9 @@ class TaskUpdate : public Task {
// it has been canceled.
void TaskComplete(Error error);
+ // Runs the task update callback.
+ void RunCallback(Error error);
+
base::ThreadChecker thread_checker_;
scoped_refptr<UpdateEngine> update_engine_;
const bool is_foreground_;