| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index 4e64d2d37fca75096c94ca25c3036911a75896ac..50de5e0b32d242b10630662ec6019711a9d2db8f 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -267,6 +267,11 @@ void WmShellMus::RecordTaskSwitchMetric(TaskSwitchSource source) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void WmShellMus::ShowContextMenu(const gfx::Point& location_in_screen,
|
| + ui::MenuSourceType source_type) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| std::unique_ptr<WindowResizer> WmShellMus::CreateDragWindowResizer(
|
| std::unique_ptr<WindowResizer> next_window_resizer,
|
| wm::WindowState* window_state) {
|
|
|