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

Unified Diff: update_engine_client.cc

Issue 4103002: AU: Implement switching of tracks through SetTrack. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: review comments Created 10 years, 2 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_params_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_engine_client.cc
diff --git a/update_engine_client.cc b/update_engine_client.cc
index a662242b4e66f89a973085a827768f5f8279881b..20c86a5a12bce47f2c0d82de4f8c8dc734772249 100644
--- a/update_engine_client.cc
+++ b/update_engine_client.cc
@@ -189,7 +189,7 @@ void SetTrack(const string& track) {
&error);
CHECK_EQ(rc, true) << "Error setting the track: "
<< GetGErrorMessage(error);
- LOG(INFO) << "TODO: Track permanently set to: " << track;
+ LOG(INFO) << "Track permanently set to: " << track;
}
static gboolean CompleteUpdateSource(gpointer data) {
« no previous file with comments | « omaha_request_params_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698