Index: chrome/browser/extensions/extension_error_reporter.h |
diff --git a/chrome/browser/extensions/extension_error_reporter.h b/chrome/browser/extensions/extension_error_reporter.h |
index 17f657f720864d8f77ba72d1ca3ab56536db74cf..f5e2d10f98e9e12b4dcd85487e65e58aa770bd2d 100644 |
--- a/chrome/browser/extensions/extension_error_reporter.h |
+++ b/chrome/browser/extensions/extension_error_reporter.h |
@@ -33,13 +33,7 @@ class ExtensionErrorReporter { |
// Report an error. Errors always go to VLOG(1). Optionally, they can also |
// cause a noisy alert box. |
- // |
- // If |user_response| is non-NULL and |be_noisy| is true (and the |
- // ErrorReporter hasn't turned off noisy errors), the user will be asked if |
- // they want to retry and the answer noted in |user_response|. |
- void ReportError(const base::string16& message, |
- bool be_noisy, |
- bool* user_response); |
+ void ReportError(const base::string16& message, bool be_noisy); |
// Get the errors that have been reported so far. |
const std::vector<base::string16>* GetErrors(); |