| Index: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
|
| index b4cc9d4aa32d3b41d021f1daac49e53b322e0edb..e18bd35f849d98ce9c6989c108ea2b18f9aff70a 100644
|
| --- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
|
| @@ -182,7 +182,9 @@ class OmniboxViewMac : public OmniboxView,
|
| void EmphasizeURLComponents() override;
|
|
|
| // Apply our font and paragraph style to |attributedString|.
|
| - void ApplyTextStyle(NSMutableAttributedString* attributedString);
|
| + // If |force_ltr|, sets the paragraph direction to left-to-right.
|
| + void ApplyTextStyle(bool force_ltr,
|
| + NSMutableAttributedString* attributedString);
|
|
|
| // Calculates text attributes according to |display_text| and applies them
|
| // to the given |attributedString| object.
|
|
|