| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| index e909576c38ccb5c8366d5d907e8f33890072c9df..4a65cf3ca0f5f289c507949f13dca2a4283aa2eb 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| @@ -605,6 +605,9 @@ class AutofillDialogViews : public AutofillDialogView,
|
| // due to an unmatched UpdatesStarted.
|
| bool needs_update_;
|
|
|
| + // True when |details_container_| should not skip updating its layout.
|
| + bool details_container_needs_layout_;
|
| +
|
| // The window that displays |contents_|. Weak pointer; may be NULL when the
|
| // dialog is closing.
|
| views::Widget* window_;
|
|
|