Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index b0de6b9f762ef7a2e675f196646d777ec0c24059..1e87fb5e6341cc3970c9233a0aa5312b3e239772 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -649,7 +649,7 @@ bool BrowserPluginGuest::OnMessageReceived(const IPC::Message& message) { |
IPC_MESSAGE_HANDLER(InputHostMsg_ImeCompositionRangeChanged, |
OnImeCompositionRangeChanged) |
#endif |
- IPC_MESSAGE_HANDLER(ViewHostMsg_HasTouchEventHandlers, |
+ IPC_MESSAGE_HANDLER(InputHostMsg_HasTouchEventHandlers, |
OnHasTouchEventHandlers) |
IPC_MESSAGE_HANDLER(ViewHostMsg_LockMouse, OnLockMouse) |
IPC_MESSAGE_HANDLER(ViewHostMsg_ShowWidget, OnShowWidget) |