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

Unified Diff: update_check_action.cc

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 | « update_check_action.h ('k') | update_check_action_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_check_action.cc
diff --git a/update_check_action.cc b/update_check_action.cc
index 98ff3dc9bffd6355e5cecf4e00840f47cdeed3ba..fa8d6976431e9b583d7c00b020568dfeae4058c1 100644
--- a/update_check_action.cc
+++ b/update_check_action.cc
@@ -74,7 +74,8 @@ string FormatRequest(const UpdateCheckParams& params) {
" <o:app appid=\"" + XmlEncode(params.app_id) + "\" version=\"" +
XmlEncode(params.app_version) + "\" "
"lang=\"" + XmlEncode(params.app_lang) + "\" track=\"" +
- XmlEncode(params.app_track) + "\">\n"
+ XmlEncode(params.app_track) + "\" board=\"" +
+ XmlEncode(params.os_board) + "\">\n"
" <o:ping active=\"0\"></o:ping>\n"
" <o:updatecheck></o:updatecheck>\n"
" </o:app>\n"
« no previous file with comments | « update_check_action.h ('k') | update_check_action_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698