| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| index 67d992896b26b3f8d77d1a98e318d36fed5fa3ae..a8c3ec032a65b57cad39d04cc57d98bccd237a37 100644
|
| --- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| @@ -41,7 +41,8 @@ class FaviconWebUIHandler : public content::WebUIMessageHandler {
|
| private:
|
| // Called when favicon data is available from the history backend.
|
| void OnFaviconDataAvailable(FaviconService::Handle request_handle,
|
| - history::FaviconData favicon);
|
| + history::FaviconData favicon_data,
|
| + std::vector<GURL> icon_urls_in_db);
|
|
|
| CancelableRequestConsumerTSimple<int> consumer_;
|
|
|
|
|