Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index 49ab92881ca02ed50169133ab694d5a256bd4784..462111b81e5e92b579abc1385c67c7c93b21ba92 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1563,6 +1563,14 @@ IPC_SYNC_MESSAGE_ROUTED1_0(ViewHostMsg_DestroyPluginContainer, |
// Clipboard IPC messages |
+IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_IsWebCopyCutEnabled, |
+ GURL /* url */, |
+ bool /* enabled */) |
+ |
+IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_IsWebPasteEnabled, |
+ GURL /* url */, |
+ bool /* enabled */) |
+ |
// This message is used when the object list does not contain a bitmap. |
IPC_MESSAGE_CONTROL1(ViewHostMsg_ClipboardWriteObjectsAsync, |
ui::Clipboard::ObjectMap /* objects */) |