| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 0e1673a2e6f5d5ca71121a50c655ad53a01339e1..5d384ce2494d6114d12f8f4336993a4e3ac0db36 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -727,6 +727,10 @@ void TabContents::Copy() {
|
| render_view_host()->Copy();
|
| }
|
|
|
| +void TabContents::CopyToFindPboard() {
|
| + render_view_host()->CopyToFindPboard();
|
| +}
|
| +
|
| void TabContents::Paste() {
|
| render_view_host()->Paste();
|
| }
|
|
|