| Index: omaha_request_params.cc
|
| diff --git a/omaha_request_params.cc b/omaha_request_params.cc
|
| index ed80060b5f0d944e344923bf60a8e23f64418dc6..f4f8fb2db82a00df118bb213e7aed2996ce7e458 100644
|
| --- a/omaha_request_params.cc
|
| +++ b/omaha_request_params.cc
|
| @@ -185,6 +185,7 @@ bool OmahaRequestDeviceParams::ShouldLockDown() const {
|
| bool OmahaRequestDeviceParams::IsValidTrack(const std::string& track) const {
|
| static const char* kValidTracks[] = {
|
| "canary-channel",
|
| + "stable-channel",
|
| "beta-channel",
|
| "dev-channel",
|
| };
|
|
|