/**
  * Determine the expanded/collapsed state of the currently open tabs list.
  *
  * @return Whether the currently open tabs list is collapsed.
  */
 public boolean isCurrentlyOpenTabsCollapsed() {
   return mNewTabPagePrefs.getCurrentlyOpenTabsCollapsed();
 }