| Index: chrome/browser/ui/webui/favicon_source.h
|
| diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
|
| index 319c88d904361d62a824d160ddde312a2d55abac..da8349551fb66b88c6748c09737d7e4a25cbe668 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.h
|
| +++ b/chrome/browser/ui/webui/favicon_source.h
|
| @@ -55,7 +55,8 @@ class FaviconSource : public ChromeURLDataManager::DataSource {
|
|
|
| // 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);
|
|
|
| // Sends the default favicon.
|
| void SendDefaultResponse(int request_id);
|
|
|