| Index: ios/chrome/browser/ui/uikit_ui_util.h
|
| diff --git a/ios/chrome/browser/ui/uikit_ui_util.h b/ios/chrome/browser/ui/uikit_ui_util.h
|
| index 9179f3e5475174a8e43760ae762e8f59b85607fe..52ff0f47e3c8067ebbdd74428ce3ba1040e39540 100644
|
| --- a/ios/chrome/browser/ui/uikit_ui_util.h
|
| +++ b/ios/chrome/browser/ui/uikit_ui_util.h
|
| @@ -275,4 +275,9 @@ bool IsCompactTablet();
|
| // Returns the current first responder.
|
| UIResponder* GetFirstResponder();
|
|
|
| +// On iOS10 and above, trigger a haptic vibration for various types of
|
| +// actions. This is a no-op for devices that do not support haptic feedback.
|
| +void TriggerHapticFeedbackForAction();
|
| +void TriggerHapticFeedbackForSelectionChange();
|
| +
|
| #endif // IOS_CHROME_BROWSER_UI_UIKIT_UI_UTIL_H_
|
|
|