Index: chrome/browser/extensions/unpacked_installer.cc |
diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc |
index 52dd01a162e61fc6dcf50205686b1e762251e5b2..732e119162a381c0770e3303f07bd1c150f193c3 100644 |
--- a/chrome/browser/extensions/unpacked_installer.cc |
+++ b/chrome/browser/extensions/unpacked_installer.cc |
@@ -299,8 +299,6 @@ void UnpackedInstaller::LoadWithFileAccess(int flags) { |
void UnpackedInstaller::ReportExtensionLoadError(const std::string &error) { |
CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
- if (!on_failure_callback_.is_null()) |
- on_failure_callback_.Run(extension_path_, error); |
if (service_weak_.get()) { |
ExtensionErrorReporter::GetInstance()->ReportLoadError( |