| Index: chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h b/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h
|
| index 2fcd32ae67b0d64b75d15438e8d3bd3b48af5f80..5aa5b22cf71052d51aec50ee6dd7b8e77431dded 100644
|
| --- a/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h
|
| +++ b/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/string16.h"
|
| #include "chrome/browser/tab_contents/render_view_context_menu.h"
|
| +#include "content/public/common/context_menu_source_type.h"
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -30,7 +31,9 @@ class RenderViewContextMenuViews : public RenderViewContextMenu {
|
| content::WebContents* tab_contents,
|
| const content::ContextMenuParams& params);
|
|
|
| - void RunMenuAt(views::Widget* parent, const gfx::Point& point);
|
| + void RunMenuAt(views::Widget* parent,
|
| + const gfx::Point& point,
|
| + const content::ContextMenuSourceType& type);
|
|
|
| void UpdateMenuItemStates();
|
|
|
|
|