| Index: chrome/browser/tab_contents/render_view_context_menu_mac.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu_mac.h b/chrome/browser/tab_contents/render_view_context_menu_mac.h
|
| index 71d19676a22eb6a3b0ece5b3df0884c7efbf569c..72f402c9c9490bd4518085eed7ab869714528d5c 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu_mac.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu_mac.h
|
| @@ -33,6 +33,9 @@ class RenderViewContextMenuMac : public RenderViewContextMenu {
|
| return false;
|
| }
|
|
|
| + virtual void LookUpInDictionary();
|
| +
|
| + void InitPlatformMenu();
|
| private:
|
| scoped_nsobject<MenuController> menuController_;
|
| NSView* parent_view_; // parent view
|
|
|