| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 15dd718a3e5d7fe2d1ad8af35ff316088d3860ad..51b8b85f90e4b0800e5a5e71f8d3edb31dee38a3 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -712,6 +712,11 @@ IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxShowBars,
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxHideBars,
|
| int /* page_id */)
|
|
|
| +// Sent by Instant to indicate whether the page supports voice search.
|
| +IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SetVoiceSearchSupported,
|
| + int /* page_id */,
|
| + bool /* supported */)
|
| +
|
| // The currently displayed PDF has an unsupported feature.
|
| IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_PDFHasUnsupportedFeature)
|
|
|
|
|