| 1640 | } |
| 1641 | |
| 1642 | void BookmarkManager::SetCategoryAccessRules(kml::MarkGroupId categoryId, kml::AccessRules accessRules) |
| 1643 | { |
| 1644 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 1645 | GetBmCategory(categoryId)->SetAccessRules(accessRules); |
| 1646 | } |
| 1647 | |
| 1648 | void BookmarkManager::SetCategoryCustomProperty(kml::MarkGroupId categoryId, std::string const & key, |
| 1649 | std::string const & value) |