Index: chrome/browser/tab_contents/tab_contents_view.h |
diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h |
index a25b13fc6f8093142ccb3620060fbbd40e348f57..bbc92ccc127b202e8a29e4e07cf6cef0f7146deb 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view.h |
+++ b/chrome/browser/tab_contents/tab_contents_view.h |
@@ -116,6 +116,9 @@ class TabContentsView : public RenderViewHostDelegate::View { |
// invoked, SetInitialFocus is invoked. |
virtual void RestoreFocus() = 0; |
+ virtual bool IsWebCopyCutEnabled(); |
+ virtual bool IsWebPasteEnabled(); |
+ |
// RenderViewHostDelegate::View method. Forwards to the TabContentsDelegate. |
virtual void LostCapture(); |