| 423 | } |
| 424 | |
| 425 | BookmarkManager::KMLDataCollectionPtr BookmarkManager::GetRecentlyDeletedCategories() |
| 426 | { |
| 427 | auto collection = |
| 428 | LoadBookmarks(GetTrashDirectory(), kKmlExtension, KmlFileType::Text, [](kml::FileData const &) { return true; }); |
| 429 | return collection; |
| 430 | } |
| 431 | |
| 432 | bool BookmarkManager::IsRecentlyDeletedCategory(std::string const & filePath) const |
| 433 | { |