| Index: chrome/browser/sync/glue/bookmark_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_change_processor.h b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| index 2eb851aa6a2122af2b3050eed6f569c18f2a4c55..7e6376840ac3d4553675bc4f5a84ea430ecd8f2e 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.h
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| @@ -93,12 +93,13 @@ class BookmarkChangeProcessor : public BookmarkModelObserver,
|
| const BookmarkNode* bookmark_node,
|
| BookmarkModel* model);
|
|
|
| - // Applies the favicon 1x |bitmap_data| to |bookmark_node|.
|
| + // Applies the favicon |bitmap_data| and |icon_url| to |bookmark_node|.
|
| // |profile| is the profile that contains the HistoryService and BookmarkModel
|
| // for the bookmark in question.
|
| static void ApplyBookmarkFavicon(
|
| const BookmarkNode* bookmark_node,
|
| Profile* profile,
|
| + const GURL& icon_url,
|
| scoped_refptr<base::RefCountedMemory> bitmap_data);
|
|
|
| // Sets the favicon of the given sync node from the given bookmark node.
|
|
|