Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 9969208: TabContents -> WebContentsImpl, part 20. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tab_contents/language_state.h ('k') | chrome/browser/tab_contents/thumbnail_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/tab_contents/language_state.h ('k') | chrome/browser/tab_contents/thumbnail_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698