| Index: ui/views/controls/menu/menu_controller.h
|
| diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
|
| index 12af0aa18746cde6c38d22e5239e00ee097dc491..7502677643741e16a63a2f30883cd54d57cab827 100644
|
| --- a/ui/views/controls/menu/menu_controller.h
|
| +++ b/ui/views/controls/menu/menu_controller.h
|
| @@ -565,9 +565,6 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
|
| void HandleMouseLocation(SubmenuView* source,
|
| const gfx::Point& mouse_location);
|
|
|
| - // Retrieve an appropriate Screen.
|
| - gfx::Screen* GetScreen();
|
| -
|
| // The active instance.
|
| static MenuController* active_instance_;
|
|
|
|
|