| Index: ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/history/history_collection_view_controller.mm b/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| index e04173248a999f2de57f7a84a3d26fd7c09a869b..4fdf911823afc17d06ed682ae366b2d0b80e929d 100644
|
| --- a/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| @@ -785,7 +785,6 @@ const CGFloat kSeparatorInset = 10;
|
| shouldCloseWithCompletion:^{
|
| [self.URLLoader webPageOrderedOpen:copiedURL
|
| referrer:web::Referrer()
|
| - windowName:nil
|
| inIncognito:NO
|
| inBackground:NO
|
| appendTo:kLastTab];
|
| @@ -798,7 +797,6 @@ const CGFloat kSeparatorInset = 10;
|
| shouldCloseWithCompletion:^{
|
| [self.URLLoader webPageOrderedOpen:copiedURL
|
| referrer:web::Referrer()
|
| - windowName:nil
|
| inIncognito:YES
|
| inBackground:NO
|
| appendTo:kLastTab];
|
|
|