| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 41765c75750dd75f4e8a26d19113009240fa7537..f85f6e0a349aa9be18cf97090e263aadcd4eaa25 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -242,6 +242,12 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| const std::vector<ui::ScaleFactor>& desired_scale_factors,
|
| std::vector<chrome::FaviconBitmapResult>* bitmap_results);
|
|
|
| + void GetLargestFaviconForURL(
|
| + const GURL& page_url,
|
| + const std::vector<int>& icon_types,
|
| + int minimum_size_in_pixels,
|
| + chrome::FaviconBitmapResult* bitmap_result);
|
| +
|
| void GetFaviconsForURL(
|
| const GURL& page_url,
|
| int icon_types,
|
|
|