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 502b8058c23966317b4ac112b48dfb2a8919d2f2..d8e6e2f0a350b37885a6126b021d2f7d72bf0c0c 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:: |