| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c0384f1aa120b1adb5244a744401beeb7be4d0d9..2a222cf9b495421d5fc9162e9c60e32426499042 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2055,15 +2055,6 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse)
|
| // making a URL spoof possible.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidAccessInitialDocument)
|
|
|
| -// Following message is used to communicate the values received by the
|
| -// callback binding the JS to Cpp.
|
| -// An instance of browser that has an automation host listening to it can
|
| -// have a javascript send a native value (string, number, boolean) to the
|
| -// listener in Cpp. (DomAutomationController)
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_DomOperationResponse,
|
| - std::string /* json_string */,
|
| - int /* automation_id */)
|
| -
|
| // Notifies that multiple touch targets may have been pressed, and to show
|
| // the disambiguation popup.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_ShowDisambiguationPopup,
|
|
|