| 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 4372ff905102ea046ff8b8674d420f2cad9f13ee..b6a4b9eda715a0d75151213151c72c50d6aeb72a 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| @@ -31,16 +31,6 @@ class AppListViewDelegate : public app_list::AppListViewDelegate {
|
| AppListViewDelegate(AppListControllerDelegate* controller, Profile* profile);
|
| virtual ~AppListViewDelegate();
|
|
|
| - // Called when an extension with the given id starts being installed.
|
| - void OnBeginExtensionInstall(const std::string& extension_id,
|
| - const std::string& extension_name,
|
| - const gfx::ImageSkia& installing_icon);
|
| -
|
| - // 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:
|
| virtual void SetModel(app_list::AppListModel* model) OVERRIDE;
|
|
|