| Index: components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h
|
| diff --git a/components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h b/components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h
|
| index 18f544298ce3a7a282a10f7bdcf4b3f1bf73b2cf..fd893d4ea6756e8173941d3d9511d936aa1a4eb2 100644
|
| --- a/components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h
|
| +++ b/components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h
|
| @@ -31,13 +31,13 @@ void UpdateBookmarkOnURLVisitedInMainFrame(
|
| // bookmark is created also counts. If no info about last visit date is present
|
| // and |creation_date_fallback| is true, creation date is used.
|
| base::Time GetLastVisitDateForBookmark(const bookmarks::BookmarkNode* node,
|
| - bool creation_date_fallback = true);
|
| + bool creation_date_fallback);
|
|
|
| // Like GetLastVisitDateForBookmark, but it returns the unix epoch if the
|
| // bookmark is dismissed from NTP.
|
| base::Time GetLastVisitDateForBookmarkIfNotDismissed(
|
| const bookmarks::BookmarkNode* node,
|
| - bool creation_date_fallback = true);
|
| + bool creation_date_fallback);
|
|
|
| // Marks all bookmarks with the given URL as dismissed.
|
| void MarkBookmarksDismissed(bookmarks::BookmarkModel* bookmark_model,
|
|
|