| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 372865aa49703110b448b32288af0a3a20fde7f8..bfa87615a7b614f7f4afe99b20fb7d25e540d545 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -2907,9 +2907,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() ==
|
|
|