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