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

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: 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
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_) {

Powered by Google App Engine
This is Rietveld 408576698