| 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 8435698b4ac1131132905a817dd0ed2af272dd40..6ca98377e05e293722a7026fe8c3b2b23a61d978 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -224,8 +224,6 @@ NonClientFrameView* NativeWidgetAura::CreateNonClientFrameView() {
|
| }
|
|
|
| void NativeWidgetAura::UpdateFrameAfterFrameChange() {
|
| - // We don't support changing the frame type.
|
| - NOTREACHED();
|
| }
|
|
|
| bool NativeWidgetAura::ShouldUseNativeFrame() const {
|
|
|