Index: chrome/browser/ui/app_list/app_list_view_delegate.h |
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h |
index 145fcd5e911163c3edb864083224b474c47faf91..4372ff905102ea046ff8b8674d420f2cad9f13ee 100644 |
--- a/chrome/browser/ui/app_list/app_list_view_delegate.h |
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.h |
@@ -39,6 +39,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate { |
// Called when the download of an extension makes progress. |
void OnDownloadProgress(const std::string& extension_id, |
int percent_downloaded); |
+ void OnInstallFailure(const std::string& extension_id); |
private: |
// Overridden from app_list::AppListViewDelegate: |