| Index: ios/chrome/browser/ui/omnibox/omnibox_view_ios.h
|
| diff --git a/ios/chrome/browser/ui/omnibox/omnibox_view_ios.h b/ios/chrome/browser/ui/omnibox/omnibox_view_ios.h
|
| index df2c6ab784386f6720c47eab2d8b47cb89b1f7ff..f0768d3347564c5d14d07c10452af9c3b7693743 100644
|
| --- a/ios/chrome/browser/ui/omnibox/omnibox_view_ios.h
|
| +++ b/ios/chrome/browser/ui/omnibox/omnibox_view_ios.h
|
| @@ -175,6 +175,10 @@ class OmniboxViewIOS : public OmniboxView {
|
| // popup, and then remove this hack. b/5877366.
|
| BOOL ignore_popup_updates_;
|
|
|
| + // iOS 10.3 fails to apply the strikethrough style unless an extra style is
|
| + // also applied. See https://crbug.com/699702 for discussion.
|
| + BOOL use_strikethrough_workaround_;
|
| +
|
| // Bridges delegate method calls from |field_| to C++ land.
|
| base::scoped_nsobject<AutocompleteTextFieldDelegate> field_delegate_;
|
|
|
|
|