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 5cbada4deebd8b57218357f38c3a3d72ee695110..bdd17a60f7737b6d7ffee59ce644c01685aac47c 100644 |
--- a/chrome/browser/ui/app_list/app_list_util.h |
+++ b/chrome/browser/ui/app_list/app_list_util.h |
@@ -50,6 +50,11 @@ void NotifyAppListOfBeginExtensionInstall( |
const std::string& extension_name, |
const gfx::ImageSkia& installing_icon); |
+void NotifyAppListOfDownloadProgress( |
+ Profile* profile, |
+ const std::string& extension_id, |
+ int percent_downloaded); |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_UTIL_H_ |