Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 2a71f6c120ebec733a1871f7550cbf3ac8e80c43..e720b87d20370d1374b15673fad88a38aae32612 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -2897,9 +2897,6 @@ void Browser::ActiveTabChanged(TabContentsWrapper* old_contents, |
TabContentsWrapper* new_contents, |
int index, |
bool user_gesture) { |
- if (old_contents == new_contents) |
- return; |
- |
// On some platforms we want to automatically reload tabs that are |
// killed when the user selects them. |
if (user_gesture && new_contents->tab_contents()->crashed_status() == |