| Index: chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
|
| diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
|
| index ca878f95ab29dc88d08907c90571ddc2ecda4cab..7ffc09094e442bb4c49fb4570196563e43531fcf 100644
|
| --- a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
|
| +++ b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
|
| @@ -356,14 +356,14 @@ void AutomaticProfileResetterDelegateImpl::RunProfileSettingsReset(
|
| old_settings_snapshot.reset(new ResettableSettingsSnapshot(profile_));
|
| old_settings_snapshot->RequestShortcuts(base::Closure());
|
| }
|
| - profile_resetter_->Reset(
|
| - resettable_aspects_,
|
| - brandcoded_defaults_.Pass(),
|
| - base::Bind(&AutomaticProfileResetterDelegateImpl::
|
| - OnProfileSettingsResetCompleted,
|
| - AsWeakPtr(),
|
| - completion,
|
| - base::Passed(&old_settings_snapshot)));
|
| + profile_resetter_->Reset(resettable_aspects_,
|
| + brandcoded_defaults_.Pass(),
|
| + send_feedback,
|
| + base::Bind(&AutomaticProfileResetterDelegateImpl::
|
| + OnProfileSettingsResetCompleted,
|
| + AsWeakPtr(),
|
| + completion,
|
| + base::Passed(&old_settings_snapshot)));
|
| }
|
|
|
| void AutomaticProfileResetterDelegateImpl::
|
|
|