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 402702ee77023c1a42861c030459e3b1ddb31240..377186930b2c95850740c7e11ef0a729a18df931 100644 |
--- a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm |
+++ b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm |
@@ -183,7 +183,7 @@ void ShowPageInfoBubble(gfx::NativeWindow parent, |
DCHECK(parentWindow); |
// Use an arbitrary height because it will be changed by the bridge. |
- NSRect contentRect = NSMakeRect(0, 0, kWindowWidth, 0); |
+ NSRect contentRect = NSMakeRect(0, 0, kWindowWidth, 1); |
// Create an empty window into which content is placed. |
scoped_nsobject<InfoBubbleWindow> window( |
[[InfoBubbleWindow alloc] initWithContentRect:contentRect |