Index: chrome/browser/tab_contents/render_view_context_menu.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 30680) |
+++ chrome/browser/tab_contents/render_view_context_menu.h (working copy) |
@@ -23,8 +23,9 @@ |
class RenderViewContextMenu { |
public: |
- RenderViewContextMenu(TabContents* tab_contents, |
- const ContextMenuParams& params); |
+ RenderViewContextMenu( |
+ TabContents* tab_contents, |
+ const ContextMenuParams& params); |
virtual ~RenderViewContextMenu(); |
@@ -108,13 +109,6 @@ |
bool IsDevCommandEnabled(int id) const; |
- // The destination URL to use if the user tries to search for or navigate to |
- // a text selection. |
- GURL selection_navigation_url_; |
- |
- // The transition type of |selection_navigation_url_|. |
- PageTransition::Type transition_; |
- |
DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu); |
}; |