Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: components/update_client/task_update.h

Issue 1419473005: Fix task concurrency in components/update_client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/update_client/task_update.h
diff --git a/components/update_client/task_update.h b/components/update_client/task_update.h
index 2cfac4f8b2e2dbad74d127a9ec3b295c96379257..3d0963fb55d7eccadedb13e9e28723452a445ca4 100644
--- a/components/update_client/task_update.h
+++ b/components/update_client/task_update.h
@@ -40,6 +40,8 @@ class TaskUpdate : public Task {
void Run() override;
+ std::vector<std::string> GetIds() const override;
+
private:
// Called when the Run function associated with this task has completed.
void RunComplete(int error);

Powered by Google App Engine
This is Rietveld 408576698