| Index: chrome/browser/aeropeek_manager.cc
|
| diff --git a/chrome/browser/aeropeek_manager.cc b/chrome/browser/aeropeek_manager.cc
|
| index 79107e154ee530bc53da16967eaf5e32c173aca2..1eb7b6caa1c4219479a78491cd4f89631c3eb10b 100644
|
| --- a/chrome/browser/aeropeek_manager.cc
|
| +++ b/chrome/browser/aeropeek_manager.cc
|
| @@ -1115,9 +1115,6 @@ void AeroPeekManager::ActiveTabChanged(TabContentsWrapper* old_contents,
|
| TabContentsWrapper* new_contents,
|
| int index,
|
| bool user_gesture) {
|
| - if (old_contents == new_contents)
|
| - return;
|
| -
|
| // Deactivate the old window in the thumbnail list and activate the new one
|
| // to synchronize the thumbnail list with TabStrip.
|
| if (old_contents) {
|
|
|