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 789eeea76c96d62bf04ce47f254c52ada6d9d1ab..4b1ed06523f64792429eba61a06bbb787094eaf2 100644 |
--- a/chrome/browser/ui/app_list/app_list_util.h |
+++ b/chrome/browser/ui/app_list/app_list_util.h |
@@ -43,22 +43,6 @@ Profile* GetCurrentAppListProfile(); |
// Returns true if the app list is visible. |
bool IsAppListVisible(); |
-// Notify the app list that an extension has started downloading. |
-void NotifyAppListOfBeginExtensionInstall( |
- Profile* profile, |
- const std::string& extension_id, |
- const std::string& extension_name, |
- const gfx::ImageSkia& installing_icon); |
- |
-void NotifyAppListOfDownloadProgress( |
- Profile* profile, |
- 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_ |