| 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 253fc7a6effb259d7f240e727e7626d43cb7ec90..a35c70eb00d1163a1addce6ed2192333ccc6f2d9 100644
|
| --- a/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/history/history_collection_view_controller.mm
|
| @@ -637,6 +637,7 @@ const CGFloat kSeparatorInset = 10;
|
| self.entriesType = NO_ENTRIES;
|
| }
|
| [self updateEntriesStatusMessage];
|
| + [self.delegate historyCollectionViewControllerDidChangeEntries:self];
|
| }];
|
| }
|
|
|
|
|