Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: chrome/browser/sync/glue/bookmark_change_processor.h

Issue 11428004: Sync the bookmark's icon URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698