| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index c6f07511a2db393b1956ed2cbcbbd6ac1ed70600..f0fe3ffd6e55969d90eb5b2ead5a53b562beeea1 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -141,7 +141,6 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
| virtual void OnWindowVisibilityChanged(bool visible) OVERRIDE;
|
|
|
| // Overridden from aura::WindowDragDropDelegate:
|
| - virtual bool CanDrop(const aura::DropTargetEvent& event) OVERRIDE;
|
| virtual void OnDragEntered(const aura::DropTargetEvent& event) OVERRIDE;
|
| virtual int OnDragUpdated(const aura::DropTargetEvent& event) OVERRIDE;
|
| virtual void OnDragExited() OVERRIDE;
|
|
|