Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
index ce6f1194eee9e7e6253c04bf02c0fa83b88b2c2e..55fb595e1b41699ff239edbf32de49a5e9943f75 100644 |
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
@@ -91,4 +91,10 @@ void NotifyAppListOfBeginExtensionInstall( |
const gfx::ImageSkia& installing_icon) { |
} |
+void NotifyAppListOfDownloadProgress( |
+ Profile* profile, |
+ const std::string& extension_id, |
+ int percent_downloaded) { |
+} |
+ |
} // namespace chrome |