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

Unified Diff: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm

Issue 2717603003: [Mac] Make bubble arrow location/position RTL-aware (Closed)
Patch Set: 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/content_settings/content_setting_bubble_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
index 4716672725e0f2aa563dc0495fa4e4c2409f1e65..e8d55a729b4a53b632c4b426f33db95bba9d753e 100644
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
@@ -791,7 +791,7 @@ const ContentTypeToNibPath kNibPaths[] = {
ContentSettingSimpleBubbleModel* simple_bubble =
contentSettingBubbleModel_->AsSimpleBubbleModel();
- [[self bubble] setArrowLocation:info_bubble::kTopRight];
+ [[self bubble] setArrowLocation:info_bubble::kTopTrailing];
// Adapt window size to bottom buttons. Do this before all other layouting.
if (simple_bubble && !simple_bubble->bubble_content().manage_text.empty())

Powered by Google App Engine
This is Rietveld 408576698