| Index: chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.mm b/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.mm
|
| index 08be568ef565ab67d8cf2db41030872993d65958..6fad3107d2da9b141efd7c537d0cb13d310b6d3d 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.mm
|
| @@ -27,7 +27,7 @@ const CGFloat kPasswordCombinedFixedGaiaViewWidth = 360;
|
|
|
| // Dimensions of the tab-modal dialog displaying the password-separated signin
|
| // flow. These match the dimensions of the server content they display.
|
| -const CGFloat kFixedGaiaViewHeight = 512;
|
| +const CGFloat kFixedGaiaViewHeight = 612;
|
| const CGFloat kFixedGaiaViewWidth = 448;
|
|
|
| // Dimensions of the sync confirmation tab-modal dialog. These are taken from
|
|
|