Index: ui/views/window/dialog_client_view.h |
diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h |
index 32e80bec702c056657e5c77ff460b6f4ea3d62f5..ee310fd578280ad2b2ce72238665d65e42d182cd 100644 |
--- a/ui/views/window/dialog_client_view.h |
+++ b/ui/views/window/dialog_client_view.h |
@@ -80,6 +80,9 @@ class VIEWS_EXPORT DialogClientView : public ClientView, |
// Creates and adds the footnote view, if supplied by the delegate. |
void CreateFootnoteView(); |
+ // View implementation. |
+ virtual void ChildPreferredSizeChanged(View* child) OVERRIDE; |
+ |
private: |
bool has_dialog_buttons() const { return ok_button_ || cancel_button_; } |