/** Removes all profiles from the drawer view */
 public DrawerActivity clearProfiles() {
   mDrawer.clearProfiles();
   return this;
 }