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

Unified Diff: update_check_action.h

Issue 2827032: AU: Send board (e.g. x86-generic) to update server in query. (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: Created 10 years, 6 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_prep_action_unittest.cc ('k') | update_check_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_check_action.h
diff --git a/update_check_action.h b/update_check_action.h
index 831039dfd1d37218a40cdfd95bf47ced61270905..4e759bdee4c4cb0c7295b83489e730e7ff88af11 100644
--- a/update_check_action.h
+++ b/update_check_action.h
@@ -36,6 +36,7 @@ struct UpdateCheckParams {
const std::string& in_os_platform,
const std::string& in_os_version,
const std::string& in_os_sp,
+ const std::string& in_os_board,
const std::string& in_app_id,
const std::string& in_app_version,
const std::string& in_app_lang,
@@ -46,6 +47,7 @@ struct UpdateCheckParams {
os_platform(in_os_platform),
os_version(in_os_version),
os_sp(in_os_sp),
+ os_board(in_os_board),
app_id(in_app_id),
app_version(in_app_version),
app_lang(in_app_lang),
@@ -57,6 +59,7 @@ struct UpdateCheckParams {
std::string os_platform;
std::string os_version;
std::string os_sp;
+ std::string os_board;
std::string app_id;
std::string app_version;
std::string app_lang;
« no previous file with comments | « omaha_request_prep_action_unittest.cc ('k') | update_check_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698