@Override
 public void onTabCreated(
     long time,
     int tabId,
     int tabIndex,
     int sourceTabId,
     boolean newIsIncognito,
     boolean background,
     float originX,
     float originY) {
   super.onTabCreated(
       time, tabId, tabIndex, sourceTabId, newIsIncognito, background, originX, originY);
   if (!background) setStaticTab(tabId);
 }