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

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

Issue 6651014: Applied the IconType. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressed the comments Created 9 years, 9 months 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.cc
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc
index 316fb3d5a84d9664ef1fb1f875ecac35fe7da95a..605c6a36accfac7937035dd69ae6f58a52c30fec 100644
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
@@ -539,7 +539,8 @@ void BookmarkChangeProcessor::ApplyBookmarkFavicon(
history->AddPage(bookmark_node->GetURL(), history::SOURCE_SYNCED);
favicon_service->SetFavicon(bookmark_node->GetURL(),
fake_icon_url,
- icon_bytes_vector);
+ icon_bytes_vector,
+ history::FAV_ICON);
}
// static

Powered by Google App Engine
This is Rietveld 408576698