| Index: ash/mus/bridge/wm_shell_mus.h
|
| diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
|
| index e95209db324d452770c2c26a0440b289eb42154b..5a7c072bad98cc2eda3d7e674d0a818152511a94 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -87,8 +87,6 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
|
| void RecordGestureAction(GestureActionType action) override;
|
| void RecordUserMetricsAction(UserMetricsAction action) override;
|
| void RecordTaskSwitchMetric(TaskSwitchSource source) override;
|
| - void ShowContextMenu(const gfx::Point& location_in_screen,
|
| - ui::MenuSourceType source_type) override;
|
| std::unique_ptr<WindowResizer> CreateDragWindowResizer(
|
| std::unique_ptr<WindowResizer> next_window_resizer,
|
| wm::WindowState* window_state) override;
|
|
|