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, |
robertshield
2014/06/16 19:42:55
could we use an enum here instead?
MAD
2014/06/16 19:47:43
The rest of the code related to send feedback uses
|
const base::Closure& callback); |
bool IsActive() const; |