Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
index aee51b681d137d435bb08cc56168519f9395d46b..31f337daa213918b53e0513885970b9a497d240c 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
@@ -155,7 +155,8 @@ class AppLauncherHandler : public content::WebUIMessageHandler, |
// Continuation for installing a bookmark app after favicon lookup. |
void OnFaviconForApp(FaviconService::Handle handle, |
- history::FaviconData data); |
+ history::FaviconData data, |
+ std::vector<GURL> icon_urls_in_db); |
// Sends |highlight_app_id_| to the js. |
void SetAppToBeHighlighted(); |