| Index: ios/chrome/browser/tabs/tab.mm
|
| diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
|
| index a574e6c599aff00dd3120e49898b8cd6c895aff9..f6f011d742bfa9577270f0731f6c5b52309244e5 100644
|
| --- a/ios/chrome/browser/tabs/tab.mm
|
| +++ b/ios/chrome/browser/tabs/tab.mm
|
| @@ -1377,9 +1377,6 @@ - (BOOL)usesDesktopUserAgent {
|
| }
|
|
|
| - (void)reloadWithUserAgentType:(web::UserAgentType)userAgentType {
|
| - // This removes the web view, which will be recreated at the end of this.
|
| - [self.webController requirePageReconstruction];
|
| -
|
| // TODO(crbug.com/228171): A hack in session_controller -addPendingItem
|
| // discusses making tab responsible for distinguishing history stack
|
| // navigation from new navigations.
|
|
|