domain_content_perm()
Implement hook_perm().
domain_content/domain_content.module, line 82
<?php function domain_content_perm() { return array('configure domain content', 'review content for all domains'); } ?>