| Index: update_check_scheduler.cc
|
| diff --git a/update_check_scheduler.cc b/update_check_scheduler.cc
|
| index 7319ec43db57783c014c52cc18b4fed40b6f70a9..16f1929c2d65423cd68e3d3ca89195f5f7a1ad87 100644
|
| --- a/update_check_scheduler.cc
|
| +++ b/update_check_scheduler.cc
|
| @@ -82,7 +82,7 @@ gboolean UpdateCheckScheduler::StaticCheck(void* scheduler) {
|
| CHECK(me->scheduled_);
|
| me->scheduled_ = false;
|
| if (me->IsOOBEComplete()) {
|
| - me->update_attempter_->Update("", "");
|
| + me->update_attempter_->Update("", "", false);
|
| } else {
|
| // Skips all automatic update checks if the OOBE process is not complete and
|
| // schedules a new check as if it is the first one.
|
|
|