Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3019)

Unified Diff: chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc

Issue 333193002: Adding a SW reporter component updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Support no local state in tests Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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::

Powered by Google App Engine
This is Rietveld 408576698