| Index: chrome/browser/ui/app_list/apps_model_builder.h
|
| diff --git a/chrome/browser/ui/app_list/apps_model_builder.h b/chrome/browser/ui/app_list/apps_model_builder.h
|
| index 4f06ff309d9b86cd94b1d986fe5a0b0330de92f5..905dfb204caee3f2edd6057ffea4bb3a65a5a225 100644
|
| --- a/chrome/browser/ui/app_list/apps_model_builder.h
|
| +++ b/chrome/browser/ui/app_list/apps_model_builder.h
|
| @@ -35,18 +35,6 @@ class AppsModelBuilder : public content::NotificationObserver,
|
| // Populates the model.
|
| void Build();
|
|
|
| - // Called when an extension starts installing.
|
| - void OnBeginExtensionInstall(const std::string& extension_id,
|
| - const std::string& extension_name,
|
| - const gfx::ImageSkia& installing_icon);
|
| -
|
| - // Called when progress is made on an extension's download.
|
| - void OnDownloadProgress(const std::string& extension_id,
|
| - int percent_downloaded);
|
| -
|
| - // Called when an extension fails to install.
|
| - void OnInstallFailure(const std::string& extension_id);
|
| -
|
| private:
|
| typedef std::vector<ExtensionAppItem*> Apps;
|
|
|
|
|