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

Unified Diff: chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h

Issue 2685163003: Avoid multiple displays of the sign-in dialogs. (Closed)
Patch Set: Ready for reviews Created 3 years, 10 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/signin_view_controller_delegate_views.h
diff --git a/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h b/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h
index 5cb52ce3f03d9d0f87da5e764f7aa3ddd3a4f5e0..81240a32a19a5213b05b0c82a1248abba2c13b06 100644
--- a/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h
+++ b/chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h
@@ -77,11 +77,6 @@ class SigninViewControllerDelegateViews : public views::DialogDelegateView,
views::WebView* content_view_;
views::Widget* modal_signin_widget_; // Not owned.
ui::ModalType dialog_modal_type_;
-
- // wait_for_size_ stores whether the dialog should only be shown after its
- // content's size has been laid out and measured so that the constrained
- // window is sized to the content.
- bool wait_for_size_;
Browser* browser_;
DISALLOW_COPY_AND_ASSIGN(SigninViewControllerDelegateViews);

Powered by Google App Engine
This is Rietveld 408576698