Index: chrome/common/extensions/chrome_extension_messages.h |
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h |
index 42c915afb300723364377a0bedaad2f24374f97c..cb677a631de6a736ea2dffbaa2e9f89c3dbcdfd7 100644 |
--- a/chrome/common/extensions/chrome_extension_messages.h |
+++ b/chrome/common/extensions/chrome_extension_messages.h |
@@ -86,15 +86,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_UpdateFrameName, |
bool /* is_top_level */, |
std::string /* name */) |
-// Sent by the renderer to check if a URL has permission to trigger a clipboard |
-// read/write operation from the DOM. |
-IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_CanTriggerClipboardRead, |
- GURL /* origin */, |
- bool /* allowed */) |
-IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_CanTriggerClipboardWrite, |
- GURL /* origin */, |
- bool /* allowed */) |
- |
// Tells listeners that a detailed message was reported to the console by |
// WebKit. |
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DetailedConsoleMessageAdded, |