| 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 c2c010360832627a6b280f0861faedca1db39484..c3de234739298fc5921a9591faccafc113cdd1ce 100644
|
| --- a/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| @@ -236,7 +236,7 @@ const CGFloat kSeparatorInset = 10;
|
|
|
| - (void)historyEntriesStatusItem:(HistoryEntriesStatusItem*)item
|
| didRequestOpenURL:(const GURL&)URL {
|
| - [self openURL:URL];
|
| + [self openURLInNewTab:URL];
|
| }
|
|
|
| #pragma mark - HistoryEntryInserterDelegate
|
|
|