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

Unified Diff: omaha_request_params.cc

Issue 6823087: AU: stable channel (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Created 9 years, 8 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 | « no previous file | omaha_request_params_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
};
« no previous file with comments | « no previous file | omaha_request_params_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698