| Index: components/favicon/core/favicon_service.cc
|
| diff --git a/components/favicon/core/favicon_service.cc b/components/favicon/core/favicon_service.cc
|
| index dd1ada4c0fe0500635e7174e9e5252d15df3c5e4..31c704128c517311916dedff7fa3eb3abcde2213 100644
|
| --- a/components/favicon/core/favicon_service.cc
|
| +++ b/components/favicon/core/favicon_service.cc
|
| @@ -231,12 +231,6 @@ void FaviconService::SetFaviconOutOfDateForPage(const GURL& page_url) {
|
| history_service_->SetFaviconsOutOfDateForPage(page_url);
|
| }
|
|
|
| -void FaviconService::CloneFavicon(const GURL& old_page_url,
|
| - const GURL& new_page_url) {
|
| - if (history_service_)
|
| - history_service_->CloneFavicons(old_page_url, new_page_url);
|
| -}
|
| -
|
| void FaviconService::SetImportedFavicons(
|
| const favicon_base::FaviconUsageDataList& favicon_usage) {
|
| if (history_service_)
|
|
|