| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 9ab8ff94eed9214cb1533bd3dab2dd8a208c35d5..f2a70c72ed07290db8f920014fa06b34ddd4c33b 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -530,13 +530,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem,
|
| int /* page_seq_no */,
|
| GURL /* url */)
|
|
|
| -// Tells InstantExtended to navigate the active tab to a possibly privileged
|
| -// URL.
|
| -IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_SearchBoxNavigate,
|
| - int /* page_seq_no */,
|
| - GURL /* destination */,
|
| - WindowOpenDisposition /* disposition */)
|
| -
|
| // Tells InstantExtended to undo all most visited item deletions.
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions,
|
| int /* page_seq_no */)
|
|
|