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

Unified Diff: update_attempter.h

Issue 6624082: Start action processing asynchronously in UpdateAttempter. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: set to null Created 9 years, 9 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
« no previous file with comments | « no previous file | update_attempter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_attempter.h
diff --git a/update_attempter.h b/update_attempter.h
index 0afe7f6ba68b4c9c93754523201730dea20c9521..e41cab920c058a485e54cec53a086cbf6ecfe541 100644
--- a/update_attempter.h
+++ b/update_attempter.h
@@ -158,6 +158,9 @@ class UpdateAttempter : public ActionProcessorDelegate,
static gboolean StaticManagePriorityCallback(gpointer data);
bool ManagePriorityCallback();
+ // Callback to start the action processor.
+ static gboolean StaticStartProcessing(gpointer data);
+
// Checks if a full update is needed and forces it by updating the Omaha
// request params.
void DisableDeltaUpdateIfNeeded();
« no previous file with comments | « no previous file | update_attempter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698