| 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);
|
|
|