Index: chrome/browser/tab_contents/render_view_context_menu.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 54510) |
+++ chrome/browser/tab_contents/render_view_context_menu.h (working copy) |
@@ -32,6 +32,9 @@ |
class RenderViewContextMenu : public menus::SimpleMenuModel::Delegate { |
public: |
+ static const size_t kMaxExtensionItemTitleLength; |
+ static const size_t kMaxSelectionTextLength; |
+ |
RenderViewContextMenu(TabContents* tab_contents, |
const ContextMenuParams& params); |