| Index: ios/chrome/browser/tabs/tab.mm
|
| diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
|
| index 3b94a7e5f17d072ce6a37b4b3b194c18548b963c..2362ebd407b433cd1f91ab14e72377f5a9b6dde6 100644
|
| --- a/ios/chrome/browser/tabs/tab.mm
|
| +++ b/ios/chrome/browser/tabs/tab.mm
|
| @@ -1208,14 +1208,6 @@ void TabInfoBarObserver::OnInfoBarReplaced(infobars::InfoBar* old_infobar,
|
| [parentTabModel_ notifyTabChanged:self];
|
| }
|
|
|
| -// Records the state (scroll position, form values, whatever can be
|
| -// harvested) from the current page into the current session entry.
|
| -- (void)recordStateInHistory {
|
| - // Link-loading prerender tab may not have correct zoom value during the load.
|
| - if (!self.isLinkLoadingPrerenderTab)
|
| - [self.webController recordStateInHistory];
|
| -}
|
| -
|
| // Records metric for the interface's orientation.
|
| - (void)recordInterfaceOrientation {
|
| switch ([[UIApplication sharedApplication] statusBarOrientation]) {
|
|
|