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