| 318 | } |
| 319 | |
| 320 | void Processor::EnableIndexingOfBookmarksDescriptions(bool enable) |
| 321 | { |
| 322 | m_bookmarksProcessor.EnableIndexingOfDescriptions(enable); |
| 323 | } |
| 324 | |
| 325 | void Processor::EnableIndexingOfBookmarkGroup(bookmarks::GroupId const & groupId, bool enable) |
| 326 | { |
nothing calls this directly
no test coverage detected