| Index: chrome/browser/tab_contents/tab_contents_view.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view.cc b/chrome/browser/tab_contents/tab_contents_view.cc
|
| index 9574a56b41ff1ebbb8749ff8a5e8334b2006d339..4e6c1043e0c6b2c8479ba7de4ba359f273906a40 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_view.cc
|
| @@ -95,6 +95,14 @@ void TabContentsView::ShowCreatedFullscreenWidget(int route_id) {
|
| ShowCreatedFullscreenWidgetInternal(widget_host_view);
|
| }
|
|
|
| +bool TabContentsView::IsWebCopyCutEnabled() {
|
| + return false;
|
| +}
|
| +
|
| +bool TabContentsView::IsWebPasteEnabled() {
|
| + return false;
|
| +}
|
| +
|
| void TabContentsView::LostCapture() {
|
| if (tab_contents_->delegate())
|
| tab_contents_->delegate()->LostCapture();
|
|
|