| Index: views/controls/menu/native_menu_host.h
|
| ===================================================================
|
| --- views/controls/menu/native_menu_host.h (revision 83020)
|
| +++ views/controls/menu/native_menu_host.h (working copy)
|
| @@ -24,10 +24,6 @@
|
| static NativeMenuHost* CreateNativeMenuHost(
|
| internal::NativeMenuHostDelegate* delegate);
|
|
|
| - // Initializes and shows the MenuHost.
|
| - virtual void InitMenuHost(gfx::NativeWindow parent,
|
| - const gfx::Rect& bounds) = 0;
|
| -
|
| // Starts capturing input events.
|
| virtual void StartCapturing() = 0;
|
|
|
|
|