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

Unified Diff: integration_unittest.cc

Issue 2981008: Initial implementation of sending an install success even to Omaha. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: Fix indentation. Created 10 years, 5 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 | omaha_request_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: integration_unittest.cc
diff --git a/integration_unittest.cc b/integration_unittest.cc
index 7b7a35b33c43b681b188eb9f027543ded3e88f0a..8a0ac61fd9460f1e31fb64a040fc1fa3f0e1e3d1 100644
--- a/integration_unittest.cc
+++ b/integration_unittest.cc
@@ -105,7 +105,7 @@ TEST(IntegrationTest, DISABLED_RunAsRootFullInstallTest) {
// Actions:
OmahaRequestPrepAction request_prep_action(false);
- OmahaRequestAction update_check_action(new LibcurlHttpFetcher);
+ OmahaRequestAction update_check_action(NULL, new LibcurlHttpFetcher);
OmahaResponseHandlerAction response_handler_action;
DownloadAction download_action(new LibcurlHttpFetcher);
InstallAction install_action;
« no previous file with comments | « no previous file | omaha_request_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698