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

Issue 2981007: Rename UpdateCheckAction|Params to OmahaRequestAction|Params. (Closed)

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

Description

Rename UpdateCheckAction|Params to OmahaRequestAction|Params. Also, renamed UpdateCheckResponse to OmahaResponse. BUG=560 TEST=unit tests, gmerge'd on device.

Patch Set 1 #

Patch Set 2 : fix trailing whitespace. #

Patch Set 3 : fix the comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+648 lines, -648 lines) Patch
M SConstruct View 4 chunks +2 lines, -2 lines 0 comments Download
M integration_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + omaha_request_action.h View 1 2 8 chunks +37 lines, -37 lines 0 comments Download
A + omaha_request_action.cc View 7 chunks +30 lines, -30 lines 0 comments Download
A omaha_request_action_unittest.cc View 1 chunk +538 lines, -0 lines 0 comments Download
M omaha_request_prep_action.h View 2 chunks +2 lines, -2 lines 0 comments Download
M omaha_request_prep_action.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M omaha_request_prep_action_unittest.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M omaha_response_handler_action.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M omaha_response_handler_action.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M omaha_response_handler_action_unittest.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M update_attempter.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
D update_check_action_unittest.cc View 1 chunk +0 lines, -538 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
petkov
10 years, 5 months ago (2010-07-13 21:05:41 UTC) #1
adlr
10 years, 5 months ago (2010-07-13 21:12:10 UTC) #2
LGTM

To test, I always do:

./gen_coverage...
emerge-x86-generic -av1 update_engine
emerge-arm-generic -av1 update_engine

I think it you make sure it compiles on the host and on a target that should
generally be good enough. Looks like you did that.

Powered by Google App Engine
This is Rietveld 408576698