| Index: components/renderer_context_menu/render_view_context_menu_proxy.h
|
| diff --git a/components/renderer_context_menu/render_view_context_menu_proxy.h b/components/renderer_context_menu/render_view_context_menu_proxy.h
|
| index 789b149c3e1271dd534755b8fb65f2bcccd69a27..f28db4f6583fbe6175eedc0618a9f130362cbb38 100644
|
| --- a/components/renderer_context_menu/render_view_context_menu_proxy.h
|
| +++ b/components/renderer_context_menu/render_view_context_menu_proxy.h
|
| @@ -84,7 +84,8 @@ class RenderViewContextMenuProxy {
|
| virtual void UpdateMenuItem(int command_id,
|
| bool enabled,
|
| bool hidden,
|
| - const base::string16& title) = 0;
|
| + const base::string16& title,
|
| + gfx::Image* icon) = 0;
|
|
|
| // Retrieve the given associated objects with a context menu.
|
| virtual content::RenderViewHost* GetRenderViewHost() const = 0;
|
|
|