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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm

Issue 2717603003: [Mac] Make bubble arrow location/position RTL-aware (Closed)
Patch Set: Now with proper enum formatting Created 3 years, 10 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
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm
index 2d80a49d020bfcc35a3947a6b023fb623409fb23..2cd7a5df5fcf2dad64e0c64d0a53605ee6409da4 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm
@@ -144,7 +144,7 @@ using bookmarks::BookmarkNode;
[BrowserWindowController browserWindowControllerForWindow:parentWindow];
InfoBubbleView* bubble = self.bubble;
- [bubble setArrowLocation:info_bubble::kTopRight];
+ [bubble setArrowLocation:info_bubble::kTopTrailing];
// Insure decent positioning even in the absence of a browser controller,
// which will occur for some unit tests.

Powered by Google App Engine
This is Rietveld 408576698