| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 3f8be81ab3f4414f986ce3b394da7fc22138ff95..c97a9b8bef5e2fcb27d8749cafd2cb78856afdac 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -2902,9 +2902,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() ==
|
|
|