| 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 f369d30c744e2df89239fb7f2dbadcc80538f020..305bd941ae63f8b6463adafa9547ef0699a6a158 100644
|
| --- a/chrome/browser/ui/app_list/apps_model_builder.h
|
| +++ b/chrome/browser/ui/app_list/apps_model_builder.h
|
| @@ -40,6 +40,10 @@ class AppsModelBuilder : public content::NotificationObserver,
|
| 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);
|
| +
|
| private:
|
| typedef std::vector<ExtensionAppItem*> Apps;
|
|
|
|
|