| Index: chrome/browser/ui/views/tabs/tab.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
|
| index 53c4f00e6cd6187e4129c99d8508ef48c0daa644..acfb5c55512212e8f99dab093947ec2f5dfcd80f 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -717,9 +717,10 @@ void Tab::ButtonPressed(views::Button* sender, const ui::Event& event) {
|
| // Tab, views::ContextMenuController overrides:
|
|
|
| void Tab::ShowContextMenuForView(views::View* source,
|
| - const gfx::Point& point) {
|
| + const gfx::Point& point,
|
| + ui::MenuSourceType source_type) {
|
| if (controller() && !closing())
|
| - controller()->ShowContextMenuForTab(this, point);
|
| + controller()->ShowContextMenuForTab(this, point, source_type);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|