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

Unified Diff: src/platform/update_engine/action_processor.h

Issue 492008: AU: Try delta updates first, then full updates (Closed)
Patch Set: use mkstemp Created 11 years 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 | « src/platform/update_engine/action_pipe_unittest.cc ('k') | src/platform/update_engine/action_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/action_processor.h
diff --git a/src/platform/update_engine/action_processor.h b/src/platform/update_engine/action_processor.h
index 938a81d0f7233055e5b87fc9b8d28c49b42e155f..8311b8a633f4eade92f903448095f6f93ac3dbea 100644
--- a/src/platform/update_engine/action_processor.h
+++ b/src/platform/update_engine/action_processor.h
@@ -78,8 +78,9 @@ class ActionProcessor {
class ActionProcessorDelegate {
public:
// Called when all processing in an ActionProcessor has completed. A pointer
- // to the ActionProcessor is passed.
- virtual void ProcessingDone(const ActionProcessor* processor) {}
+ // to the ActionProcessor is passed. success is true iff all actions
+ // completed successfully
+ virtual void ProcessingDone(const ActionProcessor* processor, bool success) {}
// Called when processing has stopped. Does not mean that all Actions have
// completed. If/when all Actions complete, ProcessingDone() will be called.
« no previous file with comments | « src/platform/update_engine/action_pipe_unittest.cc ('k') | src/platform/update_engine/action_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698