Index: ui/views/window/dialog_delegate.h |
diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h |
index dae317ebf34457ab452722863231f1b43dab3809..2347178e7c366838c29462727a611f68fe673502 100644 |
--- a/ui/views/window/dialog_delegate.h |
+++ b/ui/views/window/dialog_delegate.h |
@@ -137,6 +137,11 @@ class VIEWS_EXPORT DialogDelegateView : public DialogDelegate, |
View* GetContentsView() override; |
private: |
+ // Overridden from View: |
sky
2014/10/30 13:13:28
I don't think either of these should be private. S
sashab
2014/10/30 23:12:02
Looking at all the direct subclasses, the followin
|
+ void GetAccessibleState(ui::AXViewState* state) override; |
+ void ViewHierarchyChanged( |
+ const ViewHierarchyChangedDetails& details) override; |
+ |
DISALLOW_COPY_AND_ASSIGN(DialogDelegateView); |
}; |