@Override
 public void removeTab(Tab tab) {
   mActionBar.removeTab(((TabWrapper) tab).mNativeTab);
 }