| Index: views/controls/menu/menu_host_win.cc
|
| ===================================================================
|
| --- views/controls/menu/menu_host_win.cc (revision 83020)
|
| +++ views/controls/menu/menu_host_win.cc (working copy)
|
| @@ -21,11 +21,6 @@
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // MenuHostWin, NativeMenuHost implementation:
|
|
|
| -void MenuHostWin::InitMenuHost(gfx::NativeWindow parent,
|
| - const gfx::Rect& bounds) {
|
| - WidgetWin::Init(parent, bounds);
|
| -}
|
| -
|
| void MenuHostWin::StartCapturing() {
|
| SetMouseCapture();
|
| }
|
|
|