| Index: ui/views/view.cc
|
| diff --git a/ui/views/view.cc b/ui/views/view.cc
|
| index 9cb513e5fa9efe09d276e78343dc8b239f9ede27..fb9e774699d47df5fdc4a2964d44ad63a490268b 100644
|
| --- a/ui/views/view.cc
|
| +++ b/ui/views/view.cc
|
| @@ -992,7 +992,7 @@ void View::ShowContextMenu(const gfx::Point& p, bool is_mouse_gesture) {
|
| if (!context_menu_controller_)
|
| return;
|
|
|
| - context_menu_controller_->ShowContextMenuForView(this, p, is_mouse_gesture);
|
| + context_menu_controller_->ShowContextMenuForView(this, p);
|
| }
|
|
|
| // Drag and drop ---------------------------------------------------------------
|
|
|