summaryrefslogtreecommitdiffstats
path: root/ui/views/views_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/views_delegate.h')
-rw-r--r--ui/views/views_delegate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index 2544413..6194617d 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -27,7 +27,6 @@ class Clipboard;
namespace views {
-class NonClientFrameView;
class View;
class Widget;
@@ -78,12 +77,6 @@ class VIEWS_EXPORT ViewsDelegate {
virtual HICON GetDefaultWindowIcon() const = 0;
#endif
- // Creates a default NonClientFrameView to be used for windows that don't
- // specify their own. If this function returns NULL, the
- // views::CustomFrameView type will be used.
- virtual NonClientFrameView* CreateDefaultNonClientFrameView(
- Widget* widget) = 0;
-
// AddRef/ReleaseRef are invoked while a menu is visible. They are used to
// ensure we don't attempt to exit while a menu is showing.
virtual void AddRef() = 0;