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

Unified Diff: chrome/browser/extensions/extension_error_reporter.h

Issue 252593003: Improve UI for unpacked extensions failing to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ExtensionCode js object Created 6 years, 8 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/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();

Powered by Google App Engine
This is Rietveld 408576698