commit | a4a8a8ccc2d9e0285728ed247b43f09433e63323 | [log] [tgz] |
---|---|---|
author | Darin Petkov <petkov@chromium.org> | Thu Jul 15 22:21:12 2010 -0700 |
committer | Darin Petkov <petkov@chromium.org> | Thu Jul 15 22:21:12 2010 -0700 |
tree | 0b533321f788a3dd1e0a415e6549d70e39d10f7b | |
parent | 27fa9c5f029c9bd2fc9452d6525facc5b7775da1 [diff] |
Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. Pass the params to OmahaRequestAction's ctor. This simplifies a bit executing as well as testing of OmahaRequestAction and testing of OmahaRequestDeviceParams. It also allows us to initialize the params once per update attempt and use them for all OmahaRequestActions. BUG=560 TEST=unit tests, gmerged on device and forced an update through dev server, inspected logs. Review URL: http://codereview.chromium.org/2836053