| Index: views/widget/native_widget_aura.h
|
| diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h
|
| index 63f51d6be5b8262aa5e26b9cdf3a2e7671573d46..367b522e7a95552f445e1e3ae1069411dd402e42 100644
|
| --- a/views/widget/native_widget_aura.h
|
| +++ b/views/widget/native_widget_aura.h
|
| @@ -140,10 +140,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_;
|
|
|
|
|