Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h |
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
index d70f4025aafdc75fa64ab0f845430811c29f8051..26925b672ff14657c27e70c651a01e2a888ff7c4 100644 |
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
@@ -130,7 +130,6 @@ class VIEWS_EXPORT DesktopWindowTreeHost { |
// (for example, so that they can overhang onto the window title bar). |
virtual bool ShouldWindowContentsBeTransparent() const = 0; |
virtual void FrameTypeChanged() = 0; |
- virtual NonClientFrameView* CreateNonClientFrameView() = 0; |
virtual void SetFullscreen(bool fullscreen) = 0; |
virtual bool IsFullscreen() const = 0; |