Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index 09a879550c2aa1af9b8f5760e421a1c27c265420..20e50af0539adb80118ff1befd363e9a2c0eb67c 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -348,12 +348,7 @@ class ExtensionService |
// TODO(aa): Remove this. It doesn't do enough to be worth the dependency |
// of these classes on ExtensionService. |
void ReportExtensionLoadError(const base::FilePath& extension_path, |
- const std::string& error, |
- bool be_noisy); |
- |
- // Notifies ExtensionSettingsHandler whether or not to retry installation for |
- // given |extension_path|. |
- void NotifyLoadRetry(bool retry, const base::FilePath& extension_path); |
+ const std::string& error); |
// ExtensionHost of background page calls this method right after its render |
// view has been created. |