Index: chrome/browser/ui/cocoa/page_info_bubble_controller.mm |
diff --git a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm |
index 0d1d5b3dbdfb2420b0c875d68c0b6284b774a806..f9952d41bca4bea98bb482ff7902389f505abcc5 100644 |
--- a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm |
+++ b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm |
@@ -288,6 +288,7 @@ void ShowPageInfoBubble(gfx::NativeWindow parent, |
scoped_nsobject<PageInfoContentView> contentView( |
[[PageInfoContentView alloc] initWithFrame:contentFrame]); |
[contentView setSubviews:subviews]; |
+ [contentView setAutoresizingMask:NSViewMinYMargin]; |
NSRect windowFrame = NSMakeRect(0, 0, kWindowWidth, offset); |
windowFrame.size = [[[self window] contentView] convertSize:windowFrame.size |