| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 334c465d6436e396dfdb7a7242c4d0cff2a5cd24..1d91cd5b625579684d97e4792f38f74e9b450fbe 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -317,6 +317,7 @@ class TabContents : public PageNavigator,
|
| // cut/copy/paste focus. (http://b/1117225)
|
| virtual void Cut();
|
| virtual void Copy();
|
| + virtual void CopyToFindPboard();
|
| virtual void Paste();
|
|
|
| // Called on a TabContents when it isn't a popup, but a new window.
|
|
|