| Index: chrome/browser/ui/cocoa/info_bubble_view.h
|
| diff --git a/chrome/browser/ui/cocoa/info_bubble_view.h b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| index b3b918a0b406acf54d0245e18a0defdf60690b79..09fa4745d458a39c377109d9048d2e046d1f891d 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_view.h
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| @@ -36,10 +36,10 @@ enum BubbleAlignment {
|
| kAlignArrowToAnchor,
|
| // The edge nearest to the arrow is lined up with the anchor point.
|
| kAlignEdgeToAnchorEdge,
|
| - // Align the right edge to the anchor point.
|
| - kAlignRightEdgeToAnchorEdge,
|
| - // Align the left edge to the anchor point.
|
| - kAlignLeftEdgeToAnchorEdge,
|
| + // Align the trailing edge (right in LTR, left in RTL) to the anchor point.
|
| + kAlignTrailingEdgeToAnchorEdge,
|
| + // Align the leading edge (left in LTR, right in RTL) to the anchor point.
|
| + kAlignLeadingEdgeToAnchorEdge,
|
| };
|
|
|
| } // namespace info_bubble
|
|
|