| Index: components/history/core/browser/history_backend.h
|
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
|
| index 76d4b50b0b0c64248453f8b46bd3a76228dcc150..e9e63882f011f9ade3d6ef68701f1e1ae7118861 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -693,6 +693,13 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| favicon_base::IconType icon_type,
|
| const std::vector<favicon_base::FaviconID>& icon_ids);
|
|
|
| + // Maps the favicon ids in |icon_ids| to URLs in |page_urls| for |icon_type|.
|
| + // Returns true if the function changed some of the |page_urls| mappings.
|
| + bool SetFaviconMappingsForPages(
|
| + const std::vector<GURL>& page_urls,
|
| + favicon_base::IconType icon_type,
|
| + const std::vector<favicon_base::FaviconID>& icon_ids);
|
| +
|
| // Maps the favicon ids in |icon_ids| to |page_url| for |icon_type|.
|
| // Returns true if the function changed some of |page_url|'s mappings.
|
| bool SetFaviconMappingsForPage(
|
|
|