| Index: update_attempter.cc
|
| diff --git a/update_attempter.cc b/update_attempter.cc
|
| index a9c926187215eeefff18c3c8b3d3774fcf932619..2db91a6cf9f52aaa7d708a50f6c90e87aa062f3a 100644
|
| --- a/update_attempter.cc
|
| +++ b/update_attempter.cc
|
| @@ -141,7 +141,7 @@ void UpdateAttempter::Update(const std::string& app_version,
|
| NULL,
|
| new LibcurlHttpFetcher));
|
| shared_ptr<OmahaResponseHandlerAction> response_handler_action(
|
| - new OmahaResponseHandlerAction);
|
| + new OmahaResponseHandlerAction(prefs_));
|
| shared_ptr<FilesystemCopierAction> filesystem_copier_action(
|
| new FilesystemCopierAction(false));
|
| shared_ptr<FilesystemCopierAction> kernel_filesystem_copier_action(
|
| @@ -153,7 +153,7 @@ void UpdateAttempter::Update(const std::string& app_version,
|
| OmahaEvent::kTypeUpdateDownloadStarted),
|
| new LibcurlHttpFetcher));
|
| shared_ptr<DownloadAction> download_action(
|
| - new DownloadAction(new LibcurlHttpFetcher));
|
| + new DownloadAction(prefs_, new LibcurlHttpFetcher));
|
| shared_ptr<OmahaRequestAction> download_finished_action(
|
| new OmahaRequestAction(prefs_,
|
| omaha_request_params_,
|
|
|