| Index: update_attempter.cc
|
| diff --git a/update_attempter.cc b/update_attempter.cc
|
| index 949434e87b753074e3f7f9205e3b39857db1a34e..e49a5511dda029f49c64b549643dcc5bf242f69e 100644
|
| --- a/update_attempter.cc
|
| +++ b/update_attempter.cc
|
| @@ -125,6 +125,7 @@ UpdateAttempter::~UpdateAttempter() {
|
| void UpdateAttempter::Update(const std::string& app_version,
|
| const std::string& omaha_url,
|
| bool obey_proxies) {
|
| + chrome_proxy_resolver_.Init();
|
| if (status_ == UPDATE_STATUS_UPDATED_NEED_REBOOT) {
|
| LOG(INFO) << "Not updating b/c we already updated and we're waiting for "
|
| << "reboot";
|
|
|