summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r--chrome/browser/tab_contents/tab_contents.cc24
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index 98c41b18..b4aa4a2 100644
--- a/chrome/browser/tab_contents/tab_contents.cc
+++ b/chrome/browser/tab_contents/tab_contents.cc
@@ -768,30 +768,6 @@ void TabContents::Stop() {
printing_.Stop();
}
-void TabContents::Cut() {
- render_view_host()->Cut();
-}
-
-void TabContents::Copy() {
- render_view_host()->Copy();
-}
-
-#if defined(OS_MACOSX)
-void TabContents::CopyToFindPboard() {
- render_view_host()->CopyToFindPboard();
-}
-#endif
-
-void TabContents::Paste() {
- render_view_host()->Paste();
-}
-
-#if defined(OS_MACOSX)
-void TabContents::PasteAndMatchStyle() {
- render_view_host()->ForwardEditCommand("PasteAndMatchStyle", "");
-}
-#endif
-
void TabContents::DisassociateFromPopupCount() {
render_view_host()->DisassociateFromPopupCount();
}