Skip to content

Commit

Permalink
Merge pull request #4420 from brave/sync_and_bookmark_icons_fix_7893
Browse files Browse the repository at this point in the history
Ignore bookmark icon url when browser gets bookmark form sync cloud
  • Loading branch information
bsclifton authored Jan 27, 2020
2 parents d31b255 + e131636 commit ebf610c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ void AddBookmarkSpecifics(sync_pb::EntitySpecifics* specifics,
bm_specifics->set_title(bookmark.site.TryGetNonEmptyTitle());
bm_specifics->set_creation_time_us(
TimeToProtoTime(bookmark.site.creationTime));
bm_specifics->set_icon_url(bookmark.site.favicon);
// base::Time::Now().ToDeltaSinceWindowsEpoch().InMicroseconds());
sync_pb::MetaInfo* meta_info = bm_specifics->add_meta_info();
meta_info->set_key("order");
Expand Down

0 comments on commit ebf610c

Please sign in to comment.