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

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: sync 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 3210ef5cc5084b1de657d3f4c32a2ce9555aca04..592ec35d86949bdd7c631ec6ef143e2a2409a11c 100644
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
@@ -541,7 +541,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::FAVICON);
}
// static

Powered by Google App Engine
This is Rietveld 408576698