| Index: ios/chrome/browser/ui/ntp/google_landing_controller.mm
|
| diff --git a/ios/chrome/browser/ui/ntp/google_landing_controller.mm b/ios/chrome/browser/ui/ntp/google_landing_controller.mm
|
| index 8927df5502a3b1b987fbaab850735dc8a70a4fc7..96b6901c9439088c6cffaac5c5a85201867a2b81 100644
|
| --- a/ios/chrome/browser/ui/ntp/google_landing_controller.mm
|
| +++ b/ios/chrome/browser/ui/ntp/google_landing_controller.mm
|
| @@ -1448,6 +1448,7 @@ void SearchEngineObserver::OnTemplateURLServiceChanged() {
|
| action.title = l10n_util::GetNSString(IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE);
|
| action.accessibilityIdentifier = @"Undo";
|
|
|
| + TriggerHapticFeedbackForNotification(UINotificationFeedbackTypeSuccess);
|
| MDCSnackbarMessage* message = [MDCSnackbarMessage
|
| messageWithText:l10n_util::GetNSString(
|
| IDS_IOS_NEW_TAB_MOST_VISITED_ITEM_REMOVED)];
|
|
|