Index: content/browser/frame_host/render_frame_host_impl.h |
=================================================================== |
--- content/browser/frame_host/render_frame_host_impl.h (revision 254898) |
+++ content/browser/frame_host/render_frame_host_impl.h (working copy) |
@@ -55,6 +55,9 @@ |
const CustomContextMenuContext& context) OVERRIDE; |
virtual void ExecuteCustomContextMenuCommand( |
int action, const CustomContextMenuContext& context) OVERRIDE; |
+ virtual void Cut() OVERRIDE; |
+ virtual void Copy() OVERRIDE; |
+ virtual void Paste() OVERRIDE; |
virtual RenderViewHost* GetRenderViewHost() OVERRIDE; |
// IPC::Sender |