| Index: omaha_request_params.cc
|
| diff --git a/omaha_request_params.cc b/omaha_request_params.cc
|
| index 19bcc6a66ea057ecef5705e57bfa2c530e6f8f14..6884c839a478265c4ab3072cb1fe6ef77cfa28ff 100644
|
| --- a/omaha_request_params.cc
|
| +++ b/omaha_request_params.cc
|
| @@ -47,7 +47,9 @@ bool OmahaRequestDeviceParams::Init(const std::string& in_app_version,
|
| GetLsbValue("CHROMEOS_RELEASE_VERSION", "", NULL) : in_app_version;
|
| os_sp = app_version + "_" + GetMachineType();
|
| os_board = GetLsbValue("CHROMEOS_RELEASE_BOARD", "", NULL);
|
| - app_id = OmahaRequestParams::kAppId;
|
| + app_id = GetLsbValue("CHROMEOS_RELEASE_APPID",
|
| + OmahaRequestParams::kAppId,
|
| + NULL);
|
| app_lang = "en-US";
|
| app_track = GetLsbValue(
|
| kUpdateTrackKey,
|
|
|