diff options
-rw-r--r-- | ui/views/widget/desktop_aura/desktop_root_window_host_win.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc index 69473a9..0952f07 100644 --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc @@ -771,13 +771,7 @@ void DesktopWindowTreeHostWin::HandleAccelerator( } void DesktopWindowTreeHostWin::HandleCreate() { - // TODO(beng): moar - NOTIMPLEMENTED(); - native_widget_delegate_->OnNativeWidgetCreated(true); - - // 1. Window property association - // 2. MouseWheel. } void DesktopWindowTreeHostWin::HandleDestroying() { |