| Index: chrome/browser/ui/views/tabs/tab_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_controller.h b/chrome/browser/ui/views/tabs/tab_controller.h
|
| index 392fcc623f11b0502236f5f5d599cfb4412884eb..d20a178673dd12214ce7b9997e494d5d2129f23d 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_controller.h
|
| @@ -45,7 +45,9 @@ class TabController {
|
| virtual void CloseTab(Tab* tab, CloseTabSource source) = 0;
|
|
|
| // Shows a context menu for the tab at the specified point in screen coords.
|
| - virtual void ShowContextMenuForTab(Tab* tab, const gfx::Point& p) = 0;
|
| + virtual void ShowContextMenuForTab(Tab* tab,
|
| + const gfx::Point& p,
|
| + ui::MenuSourceType source_type) = 0;
|
|
|
| // Returns true if |tab| is the active tab. The active tab is the one whose
|
| // content is shown in the browser.
|
|
|