| Index: components/favicon/core/favicon_service.h
|
| diff --git a/components/favicon/core/favicon_service.h b/components/favicon/core/favicon_service.h
|
| index 8ac749f8419265319ec846df441256272f6d6e6b..e8e81a79de4d98f23489a52740335f6e2a2968d6 100644
|
| --- a/components/favicon/core/favicon_service.h
|
| +++ b/components/favicon/core/favicon_service.h
|
| @@ -102,11 +102,9 @@ class FaviconService : public KeyedService {
|
| const favicon_base::FaviconRawBitmapCallback& callback,
|
| base::CancelableTaskTracker* tracker) = 0;
|
|
|
| - // See HistoryService::GetLargestFaviconForPageURL().
|
| + // See HistoryService::GetLargestFaviconForURL().
|
| virtual base::CancelableTaskTracker::TaskId GetLargestRawFaviconForPageURL(
|
| const GURL& page_url,
|
| - const std::vector<int>& icon_types,
|
| - int minimum_size_in_pixels,
|
| const favicon_base::FaviconRawBitmapCallback& callback,
|
| base::CancelableTaskTracker* tracker) = 0;
|
|
|
|
|