| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_controller.mm
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller.mm
|
| index 502ca999b4879314f9fad173413e4af586913740..073ecc9b6e8130aa2806302a4c2e421d2d0cb49a 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller.mm
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller.mm
|
| @@ -340,10 +340,6 @@ enum class SnapshotViewOption {
|
| }
|
|
|
| - (void)showWithSelectedTabAnimation {
|
| - // Stores the current tab's scroll position. Helps determine whether the
|
| - // current tab snapshot should be updated or not.
|
| - [_onLoadActiveModel.currentTab recordStateInHistory];
|
| -
|
| [self updateWindowBackgroundColor];
|
| [self performTabSwitcherTransition:TransitionType::TRANSITION_PRESENT
|
| withModel:_onLoadActiveModel
|
|
|