| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
|
| index 1c3fc29c209d0180fb1fdcef1b5be645c15803dc..01ea703079be6c448050f8b2fcc1d0f4fa9e89ed 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -201,7 +201,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
|
|
|
| // Gets the extension (if any) associated with the WebContents that we're in.
|
| const Extension* GetExtension() const;
|
| - void AppendPlatformAppItems(const Extension* platform_app);
|
| + void AppendPlatformAppItems();
|
| void AppendPopupExtensionItems();
|
| bool AppendCustomItems();
|
| void AppendDeveloperItems();
|
|
|