| 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 b9290956e706d9c4f8e8c4d3626b81c12c2846b3..1c3fc29c209d0180fb1fdcef1b5be645c15803dc 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -199,7 +199,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
|
| Profile* profile,
|
| bool can_cross_incognito);
|
|
|
| - // Gets the extension (if any) associated with the TabContents that we're in.
|
| + // Gets the extension (if any) associated with the WebContents that we're in.
|
| const Extension* GetExtension() const;
|
| void AppendPlatformAppItems(const Extension* platform_app);
|
| void AppendPopupExtensionItems();
|
|
|