DescriptionAdd TitledUrlNode interface and refactor BookmarkIndex to use it
As the first step in making BookmarkIndex usable on non-bookmark items, add
a TitledUrlNode interface to represent objects like bookmarks that expose a
title and URL. BookmarkIndex now expects its items to be TitledUrlNodes and
BookmarkNode implements the TitledUrlNode interface.
BUG=630769
Committed: https://crrev.com/55324d674465179e2a4c469bff0c5b0d755dea61
Cr-Commit-Position: refs/heads/master@{#437680}
Patch Set 1 #
Total comments: 4
Patch Set 2 : refactor in-place to preserve history #
Total comments: 5
Patch Set 3 : add TypedCountSorter, typedef -> using #
Total comments: 1
Patch Set 4 : split CL #Patch Set 5 : rebase #Patch Set 6 : fix bookmark_bridge #
Total comments: 5
Patch Set 7 : static_cast, remove is_valid checks #Patch Set 8 : const #Messages
Total messages: 37 (13 generated)
|