| Index: ui/views/widget/native_widget_aura.cc
|
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
|
| index d2970f1c7b47a380b9ff5d37ab158bf2fee9ed7d..163aa97a765385338c1f405f66ffa311a4073f89 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -225,8 +225,6 @@ NonClientFrameView* NativeWidgetAura::CreateNonClientFrameView() {
|
| }
|
|
|
| void NativeWidgetAura::UpdateFrameAfterFrameChange() {
|
| - // We don't support changing the frame type.
|
| - NOTREACHED();
|
| }
|
|
|
| bool NativeWidgetAura::ShouldUseNativeFrame() const {
|
|
|