Chromium Code Reviews| Index: chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc |
| diff --git a/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc b/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc |
| index defc7b14ced891038a8302fbd8c366401fb8da15..b301c6e789669c38b2005221803e22f6d09b8ca4 100644 |
| --- a/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc |
| +++ b/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc |
| @@ -23,7 +23,7 @@ const int kPasswordCombinedFixedGaiaViewWidth = 360; |
| const int kFixedGaiaViewHeight = 512; |
| const int kFixedGaiaViewWidth = 448; |
| const int kSyncConfirmationDialogWidth = 448; |
| -const int kSyncConfirmationDialogHeight = 351; |
| +const int kSyncConfirmationDialogHeight = 511; |
|
Dan Beam
2016/04/04 23:48:38
i think hardcoded heights based on localized, dyna
Moe
2016/04/05 17:14:42
anthonyvd@ is working on a fix to make these dynam
|
| SigninViewControllerDelegateViews::SigninViewControllerDelegateViews( |
| SigninViewController* signin_view_controller, |