| Index: chrome/browser/history/history.cc
|
| diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
|
| index 648de2963dd020abb15ab4cbc4f21a08d057b0e6..e67a0cc79dbb1703a6691fc78ae80ba4fc3cb77a 100644
|
| --- a/chrome/browser/history/history.cc
|
| +++ b/chrome/browser/history/history.cc
|
| @@ -515,12 +515,6 @@ void HistoryService::GetFaviconForURL(
|
| page_url, icon_types);
|
| }
|
|
|
| -void HistoryService::GetFaviconForID(FaviconService::GetFaviconRequest* request,
|
| - history::FaviconID id) {
|
| - Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFaviconForID, NULL, request,
|
| - id);
|
| -}
|
| -
|
| void HistoryService::SetFavicon(const GURL& page_url,
|
| const GURL& icon_url,
|
| const std::vector<unsigned char>& image_data,
|
|
|