| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.h (revision 254898)
|
| +++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
|
| @@ -123,10 +123,7 @@
|
| // RenderWidgetHost implementation.
|
| virtual void Undo() OVERRIDE;
|
| virtual void Redo() OVERRIDE;
|
| - virtual void Cut() OVERRIDE;
|
| - virtual void Copy() OVERRIDE;
|
| virtual void CopyToFindPboard() OVERRIDE;
|
| - virtual void Paste() OVERRIDE;
|
| virtual void PasteAndMatchStyle() OVERRIDE;
|
| virtual void Delete() OVERRIDE;
|
| virtual void SelectAll() OVERRIDE;
|
|
|