| Index: content/common/input_messages.h | 
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h | 
| index e83a77bac4e471b08e4879ae92d2fa025a397621..2e72e78d8a9476a7372aa2bb9bc7d0bcc728af9c 100644 | 
| --- a/content/common/input_messages.h | 
| +++ b/content/common/input_messages.h | 
| @@ -247,13 +247,6 @@ IPC_MESSAGE_ROUTED1(InputMsg_MoveCaret, | 
| gfx::Point /* location */) | 
|  | 
| #if defined(OS_ANDROID) | 
| -// Sent when the user clicks on the find result bar to activate a find result. | 
| -// The point (x,y) is in fractions of the content document's width and height. | 
| -IPC_MESSAGE_ROUTED3(InputMsg_ActivateNearestFindResult, | 
| -                    int /* request_id */, | 
| -                    float /* x */, | 
| -                    float /* y */) | 
| - | 
| // Sent by the browser as ACK to ViewHostMsg_TextInputState when necessary. | 
| // NOTE: ImeEventAck and other Ime* messages should be of the same type, | 
| // otherwise a race condition can happen. | 
|  |