Index: chrome/browser/ui/app_list/app_list_util.h |
diff --git a/chrome/browser/ui/app_list/app_list_util.h b/chrome/browser/ui/app_list/app_list_util.h |
index 06c2df825ff725425d5af4b48acde07f80d0eb0c..789eeea76c96d62bf04ce47f254c52ada6d9d1ab 100644 |
--- a/chrome/browser/ui/app_list/app_list_util.h |
+++ b/chrome/browser/ui/app_list/app_list_util.h |
@@ -55,6 +55,10 @@ void NotifyAppListOfDownloadProgress( |
const std::string& extension_id, |
int percent_downloaded); |
+void NotifyAppListOfExtensionInstallFailure( |
+ Profile* profile, |
+ const std::string& extension_id); |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_UTIL_H_ |