Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 2943ccbbd932faaf09189b99ecdf8ea3cd35c094..de30779c12424a412167ea61d8591a36801195f6 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -539,11 +539,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion, |
int /* page_seq_no */, |
GURL /* url */) |
-// Tells InstantExtended whether the page supports voice search. |
-IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SetVoiceSearchSupported, |
- int /* page_seq_no */, |
- bool /* supported */) |
- |
// Tells the renderer a list of URLs which should be bounced back to the browser |
// process so that they can be assigned to an Instant renderer. |
IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs, |