Index: chrome/browser/ui/views/profile_chooser_view.cc |
diff --git a/chrome/browser/ui/views/profile_chooser_view.cc b/chrome/browser/ui/views/profile_chooser_view.cc |
index 4e2c40f3b8d84348d6c495eb0e84e33123d15856..f7ebccdb09d6fa4a23838dbdbca48e4641b74712 100644 |
--- a/chrome/browser/ui/views/profile_chooser_view.cc |
+++ b/chrome/browser/ui/views/profile_chooser_view.cc |
@@ -311,7 +311,7 @@ void ProfileChooserView::ShowView(BubbleViewMode view_to_display, |
view_to_display == GAIA_ADD_ACCOUNT_VIEW) { |
// Minimum size for embedded sign in pages as defined in Gaia. |
const int kMinGaiaViewWidth = 320; |
- const int kMinGaiaViewHeight = 500; |
+ const int kMinGaiaViewHeight = 440; |
Profile* profile = browser_->profile(); |
views::WebView* web_view = new views::WebView(profile); |
signin::Source source = (view_to_display == GAIA_SIGNIN_VIEW) ? |