| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu.h (revision 30667)
|
| +++ chrome/browser/tab_contents/render_view_context_menu.h (working copy)
|
| @@ -23,9 +23,8 @@
|
|
|
| class RenderViewContextMenu {
|
| public:
|
| - RenderViewContextMenu(
|
| - TabContents* tab_contents,
|
| - const ContextMenuParams& params);
|
| + RenderViewContextMenu(TabContents* tab_contents,
|
| + const ContextMenuParams& params);
|
|
|
| virtual ~RenderViewContextMenu();
|
|
|
| @@ -109,6 +108,13 @@
|
|
|
| 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);
|
| };
|
|
|
|
|