/**
  * Removes a profile from the drawer view
  *
  * @param profile Profile to remove
  */
 public DrawerActivity removeProfile(DrawerProfile profile) {
   mDrawer.removeProfile(profile);
   return this;
 }