Index: chrome/browser/extensions/unpacked_installer.cc |
diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc |
index cb7966f8908b27b491430611cfdbff67953ee48d..eb41cbf36e481d7dfff60b2275a68735f000856b 100644 |
--- a/chrome/browser/extensions/unpacked_installer.cc |
+++ b/chrome/browser/extensions/unpacked_installer.cc |
@@ -296,8 +296,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( |