Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1642)

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

Issue 2059363004: Gracefully handle extremely small windows in tab-modal sign in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change auto to int. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index faea78af5046460c3dc338fce761ccc99a3a04d7..212154947c24a9432d5777fb403d6035319fe310 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -1669,7 +1669,7 @@ views::View* ProfileChooserView::CreateGaiaSigninView(
views::View** signin_content_view) {
views::WebView* web_view =
SigninViewControllerDelegateViews::CreateGaiaWebView(
- this, view_mode_, browser_->profile(), access_point_);
+ this, view_mode_, browser_, access_point_);
int message_id;
switch (view_mode_) {
« no previous file with comments | « no previous file | chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698