| 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 a44e4b87d4d4413ec650ad00c73c75811593edae..d93b6ed3032be88548433aee6a34dbbeb56b7c6b 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -204,6 +204,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
|
|
|
| // Gets the extension (if any) associated with the WebContents that we're in.
|
| const extensions::Extension* GetExtension() const;
|
| + void AppendAppModeItems();
|
| void AppendPlatformAppItems();
|
| void AppendPopupExtensionItems();
|
| void AppendPanelItems();
|
|
|