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

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: Bringing back ID instead of static bool. 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 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::

Powered by Google App Engine
This is Rietveld 408576698