| 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 764d31acf25953535aa241e63273c9f61e5d1972..d6414d599d1ecf75b03954f6de63a2dec8970f92 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -71,14 +71,6 @@ IPC_MESSAGE_ROUTED4(ExtensionMsg_InlineWebstoreInstallResponse,
|
|
|
| // Messages sent from the renderer to the browser.
|
|
|
| -// 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 */)
|
|
|
| // Sent by the renderer to implement chrome.webstore.install().
|
| IPC_MESSAGE_ROUTED5(ExtensionHostMsg_InlineWebstoreInstall,
|
|
|