diff options
Diffstat (limited to 'chrome/browser/bookmark_bar_model.h')
-rw-r--r-- | chrome/browser/bookmark_bar_model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/bookmark_bar_model.h b/chrome/browser/bookmark_bar_model.h index a481004..1d35582 100644 --- a/chrome/browser/bookmark_bar_model.h +++ b/chrome/browser/bookmark_bar_model.h @@ -101,6 +101,9 @@ class BookmarkBarNode : public ChromeViews::TreeNode<BookmarkBarNode> { // Is this a URL? bool is_url() const { return type_ == history::StarredEntry::URL; } + // TODO(sky): Consider adding last visit time here, it'll greatly simplify + // HistoryContentsProvider. + private: // Resets the properties of the node from the supplied entry. void Reset(const history::StarredEntry& entry); |