/**
  * Selects a profile from the drawer view
  *
  * @param profile The profile
  */
 public DrawerActivity selectProfile(DrawerProfile profile) {
   mDrawer.selectProfile(profile);
   return this;
 }