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

Unified Diff: chrome/browser/profile_resetter/profile_resetter.h

Issue 333193002: Adding a SW reporter component updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to ToT. 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/profile_resetter.h
diff --git a/chrome/browser/profile_resetter/profile_resetter.h b/chrome/browser/profile_resetter/profile_resetter.h
index f22f30d833621804b0e701b4b6da6dd86c3330a2..354c1b3dacd0b47424d8dacd2166ff62e36e42f3 100644
--- a/chrome/browser/profile_resetter/profile_resetter.h
+++ b/chrome/browser/profile_resetter/profile_resetter.h
@@ -60,9 +60,11 @@ class ProfileResetter : public base::NonThreadSafe,
// Resets |resettable_flags| and calls |callback| on the UI thread on
// completion. |default_settings| allows the caller to specify some default
- // settings. |default_settings| shouldn't be NULL.
+ // settings. |default_settings| shouldn't be NULL. |accepted_send_feedback|
+ // identifies whether the user accepted to send feedback or not.
void Reset(ResettableFlags resettable_flags,
scoped_ptr<BrandcodedDefaultSettings> master_settings,
+ bool accepted_send_feedback,
const base::Closure& callback);
bool IsActive() const;

Powered by Google App Engine
This is Rietveld 408576698