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

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

Issue 2044001: AU: Minor fixes to get it to do full update on real device (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 years, 7 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: src/platform/update_engine/omaha_request_prep_action.cc
diff --git a/src/platform/update_engine/omaha_request_prep_action.cc b/src/platform/update_engine/omaha_request_prep_action.cc
index 6ee2c24d1a47f357e5c046781df4ff8731e71bd1..2b019b375a8444efa52a8c45375a66dd981a586c 100644
--- a/src/platform/update_engine/omaha_request_prep_action.cc
+++ b/src/platform/update_engine/omaha_request_prep_action.cc
@@ -43,7 +43,7 @@ void OmahaRequestPrepAction::PerformAction() {
version, // app version (from lsb-release)
"en-US", // lang
track, // track
- UpdateCheckParams::kUpdateUrl);
+ update_url);
CHECK(HasOutputPipe());
SetOutputObject(out);

Powered by Google App Engine
This is Rietveld 408576698