| 416 | } |
| 417 | |
| 418 | size_t BookmarkManager::GetRecentlyDeletedCategoriesCount() const |
| 419 | { |
| 420 | Platform::FilesList files; |
| 421 | Platform::GetFilesByExt(GetTrashDirectory(), kKmlExtension, files); |
| 422 | return files.size(); |
| 423 | } |
| 424 | |
| 425 | BookmarkManager::KMLDataCollectionPtr BookmarkManager::GetRecentlyDeletedCategories() |
| 426 | { |