| Index: views/widget/native_widget_aura.h
|
| diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h
|
| index 046255270ea20e2a7b41e602e98c843f4e629c60..bc321c215ca577c6a8c0edc1c5d8d4835e5a7af3 100644
|
| --- a/views/widget/native_widget_aura.h
|
| +++ b/views/widget/native_widget_aura.h
|
| @@ -138,10 +138,6 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
| virtual void OnWindowDestroyed() OVERRIDE;
|
| virtual void OnWindowVisibilityChanged(bool visible) OVERRIDE;
|
|
|
| - // ViewProp key for window type. The prop value is one of
|
| - // Widget::InitParams::Type.
|
| - static const char* const kWindowTypeKey;
|
| -
|
| private:
|
| internal::NativeWidgetDelegate* delegate_;
|
|
|
|
|