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

Issue 4094001: AU: Provide a D-Bus API for changing the update track. (Closed)

Created:
10 years, 2 months ago by petkov
Modified:
9 years, 7 months ago
Reviewers:
adlr
CC:
chromium-os-reviews_chromium.org, petkov, adlr, satorux1
Visibility:
Public.

Description

AU: Provide a D-Bus API for changing the update track. The method is SetTrack(string). It doesn't do anything right now but hopefully this CL will enable work on libcros. BUG=8104 TEST=unit tests; tested on device through update_engine_client. Change-Id: I6941fe3d04165d85c4612e3a01939d02c02014f9 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=8daa324

Patch Set 1 #

Total comments: 2

Patch Set 2 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1 line) Patch
M dbus_service.h View 1 chunk +4 lines, -0 lines 0 comments Download
M dbus_service.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M update_engine.xml View 1 chunk +3 lines, -0 lines 0 comments Download
M update_engine_client.cc View 1 4 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
petkov
10 years, 2 months ago (2010-10-25 20:12:39 UTC) #1
adlr
LGTM w/ nit http://codereview.chromium.org/4094001/diff/1/5 File update_engine_client.cc (right): http://codereview.chromium.org/4094001/diff/1/5#newcode192 update_engine_client.cc:192: LOG(INFO) << "Track permanently set to: ...
10 years, 2 months ago (2010-10-25 20:20:45 UTC) #2
petkov
10 years, 2 months ago (2010-10-25 20:24:22 UTC) #3
http://codereview.chromium.org/4094001/diff/1/5
File update_engine_client.cc (right):

http://codereview.chromium.org/4094001/diff/1/5#newcode192
update_engine_client.cc:192: LOG(INFO) << "Track permanently set to: " << track;
On 2010/10/25 20:20:45, adlr wrote:
> maybe change this string to indicate that it hasn't actually done anything yet

Done. Added a TODO: to the string. Also on the daemon side.

Powered by Google App Engine
This is Rietveld 408576698