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 aada31591efd10dde0c6ca63f3e0307d446e72ec..51c9a24b6ceb18daaaf022024eeed798b81af6c7 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 |
@@ -97,4 +97,9 @@ void NotifyAppListOfDownloadProgress( |
int percent_downloaded) { |
} |
+void NotifyAppListOfExtensionInstallFailure( |
+ Profile* profile, |
+ const std::string& extension_id) { |
+} |
+ |
} // namespace chrome |