Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: ios/chrome/browser/ui/omnibox/omnibox_view_ios.h

Issue 2952273002: Revert "Remove workaround for strikethrough text in iOS omnibox" (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/omnibox/omnibox_view_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8e75d6620324dd4472c79284f20f0e2a732d9bf4..469b1afe9da8822af8496af71102b4a7c7114202 100644
--- a/ios/chrome/browser/ui/omnibox/omnibox_view_ios.h
+++ b/ios/chrome/browser/ui/omnibox/omnibox_view_ios.h
@@ -174,6 +174,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_;
« no previous file with comments | « no previous file | ios/chrome/browser/ui/omnibox/omnibox_view_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698