| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4688fd6494f44ec7d8067b56b4ed2091186d31b6..e5da4fc19022ac46317ce1b4aa78538f86c30d12 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1287,10 +1287,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidChangeScrollOffsetPinningForMainFrame,
|
| bool /* pinned_to_left */,
|
| bool /* pinned_to_right */)
|
|
|
| -// Notifies that the number of JavaScript scroll handlers changed.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeNumWheelEvents,
|
| - int /* count */)
|
| -
|
| // Notifies whether there are JavaScript touch event handlers or not.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_HasTouchEventHandlers,
|
| bool /* has_handlers */)
|
|
|