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

Unified Diff: omaha_request_prep_action.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 | « omaha_request_action_unittest.cc ('k') | update_attempter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: omaha_request_prep_action.cc
diff --git a/omaha_request_prep_action.cc b/omaha_request_prep_action.cc
index 365c46302d17686c329d6ad88d8e631df5cfc16a..09ae3bdb24f6934e1a606d0ad689fdb59ed2849c 100644
--- a/omaha_request_prep_action.cc
+++ b/omaha_request_prep_action.cc
@@ -39,16 +39,16 @@ void OmahaRequestPrepAction::PerformAction() {
const string board(GetLsbValue("CHROMEOS_RELEASE_BOARD", ""));
OmahaRequestParams out(machine_id, // machine_id
- machine_id, // user_id (use machine_id)
- OmahaRequestParams::kOsPlatform,
- OmahaRequestParams::kOsVersion,
- sp, // e.g. 0.2.3.3_i686
- board, // e.g. x86-generic
- OmahaRequestParams::kAppId,
- version, // app version (from lsb-release)
- "en-US", // lang
- track, // track
- update_url);
+ machine_id, // user_id (use machine_id)
+ OmahaRequestParams::kOsPlatform,
+ OmahaRequestParams::kOsVersion,
+ sp, // e.g. 0.2.3.3_i686
+ board, // e.g. x86-generic
+ OmahaRequestParams::kAppId,
+ version, // app version (from lsb-release)
+ "en-US", // lang
+ track, // track
+ update_url);
CHECK(HasOutputPipe());
SetOutputObject(out);
« no previous file with comments | « omaha_request_action_unittest.cc ('k') | update_attempter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698