Call resetTitle() when switching tabs.

This will update the progress and the refresh/stop menu item.

Bug: 2118878
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java
index 31675db..5d14793 100644
--- a/src/com/android/browser/BrowserActivity.java
+++ b/src/com/android/browser/BrowserActivity.java
@@ -1376,6 +1376,7 @@
         mTabControl.setCurrentTab(tab);
         attachTabToContentView(tab);
         mTitleBar.setCurrentTab(index);
+        resetTitle();
         return true;
     }