| Index: components/history/core/browser/history_service.cc
|
| diff --git a/components/history/core/browser/history_service.cc b/components/history/core/browser/history_service.cc
|
| index 296f833aded3c5ddf8d4b8396e3a84e7f87824ae..238b682f0d11fba9aef75f2040867b6e81d07c3b 100644
|
| --- a/components/history/core/browser/history_service.cc
|
| +++ b/components/history/core/browser/history_service.cc
|
| @@ -622,15 +622,6 @@ void HistoryService::SetFaviconsOutOfDateForPage(const GURL& page_url) {
|
| history_backend_.get(), page_url));
|
| }
|
|
|
| -void HistoryService::CloneFavicons(const GURL& old_page_url,
|
| - const GURL& new_page_url) {
|
| - DCHECK(thread_) << "History service being called after cleanup";
|
| - DCHECK(thread_checker_.CalledOnValidThread());
|
| - ScheduleTask(PRIORITY_NORMAL,
|
| - base::Bind(&HistoryBackend::CloneFavicons,
|
| - history_backend_.get(), old_page_url, new_page_url));
|
| -}
|
| -
|
| void HistoryService::SetImportedFavicons(
|
| const favicon_base::FaviconUsageDataList& favicon_usage) {
|
| DCHECK(thread_) << "History service being called after cleanup";
|
|
|