| Index: chrome/browser/ui/cocoa/l10n_util.h
|
| diff --git a/chrome/browser/ui/cocoa/l10n_util.h b/chrome/browser/ui/cocoa/l10n_util.h
|
| index a06a571791a79dddc401d7d6e972900b0972a119..f676588e779f1f37980a01a612aab0ed4ad835f1 100644
|
| --- a/chrome/browser/ui/cocoa/l10n_util.h
|
| +++ b/chrome/browser/ui/cocoa/l10n_util.h
|
| @@ -56,6 +56,10 @@ NSCellImagePosition LeadingCellImagePosition();
|
| // Returns NSImageTrailing when available (10.12+), otherwise
|
| // NSImageRight for LTR and NSImageLeft in RTL.
|
| NSCellImagePosition TrailingCellImagePosition();
|
| +// Returns NSMinXEdge for LTR and NSMaxXEdge for RTL.
|
| +NSRectEdge LeadingEdge();
|
| +// Returns NSMaxXEdge for LTR and NSMinXEdge for RTL.
|
| +NSRectEdge TrailingEdge();
|
|
|
| // Returns an autoreleased image containing |image| flipped
|
| // across the x axis.
|
|
|