| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| index ac7cdedd5ee18413ba07e0764266081c2a3207f3..96c1f6ca6aa14e1bf939521461fef2129c06f222 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| @@ -336,6 +336,10 @@ void TabContentsViewMac::Observe(NotificationType type,
|
| [self tabContents]->Copy();
|
| }
|
|
|
| +- (void)copyToFindPboard:(id)sender {
|
| + [self tabContents]->CopyToFindPboard();
|
| +}
|
| +
|
| - (void)paste:(id)sender {
|
| [self tabContents]->Paste();
|
| }
|
|
|