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

Unified Diff: src/platform/update_engine/integration_unittest.cc

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/install_action_unittest.cc ('k') | src/platform/update_engine/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/integration_unittest.cc
diff --git a/src/platform/update_engine/integration_unittest.cc b/src/platform/update_engine/integration_unittest.cc
index e8eca56a375d06184d2cb4feca88ad932cd1d452..13102da444c9af0c39da947bd7ef33aecede6a32 100644
--- a/src/platform/update_engine/integration_unittest.cc
+++ b/src/platform/update_engine/integration_unittest.cc
@@ -40,7 +40,7 @@ class IntegrationTestProcessorDelegate : public ActionProcessorDelegate {
virtual ~IntegrationTestProcessorDelegate() {
EXPECT_TRUE(processing_done_called_);
}
- virtual void ProcessingDone(const ActionProcessor* processor) {
+ virtual void ProcessingDone(const ActionProcessor* processor, bool success) {
processing_done_called_ = true;
g_main_loop_quit(loop_);
}
« no previous file with comments | « src/platform/update_engine/install_action_unittest.cc ('k') | src/platform/update_engine/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698