| Index: components/favicon/content/content_favicon_driver.cc
|
| diff --git a/components/favicon/content/content_favicon_driver.cc b/components/favicon/content/content_favicon_driver.cc
|
| index 0b7c089b98307980a2588623e618f4ac72aee694..e5935ffcc381da3ab051b5bf3ac46f35ad66a9fd 100644
|
| --- a/components/favicon/content/content_favicon_driver.cc
|
| +++ b/components/favicon/content/content_favicon_driver.cc
|
| @@ -156,7 +156,7 @@ void ContentFaviconDriver::DidUpdateFaviconURL(
|
| return;
|
|
|
| favicon_urls_ = candidates;
|
| - OnUpdateFaviconURL(entry->GetURL(),
|
| + OnUpdateCandidates(entry->GetURL(),
|
| FaviconURLsFromContentFaviconURLs(candidates));
|
| }
|
|
|
|
|