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

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

Issue 1162393003: Replace info_bubble::BubbleArrowLocation with views::BubbleBorder::Arrow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile in test Created 5 years, 7 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 e934d90386a2eb17ab620d96383ec93921b12659..80d8bec3fc72c5ba2ba0c08c07dfc0e8018280ad 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
@@ -739,7 +739,7 @@ class ContentSettingBubbleWebContentsObserverBridge
- (void)awakeFromNib {
[super awakeFromNib];
- [[self bubble] setArrowLocation:info_bubble::kTopRight];
+ [[self bubble] setArrowLocation:views::BubbleBorder::TOP_RIGHT];
// Adapt window size to bottom buttons. Do this before all other layouting.
[self initManageDoneButtons];

Powered by Google App Engine
This is Rietveld 408576698