| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 113661648f47c297310b2eaa34e026c11805e771..37d6cd51f9f03a3b86a82b6c8717100681d53d26 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1512,10 +1512,6 @@ void RenderViewHostImpl::SendOrientationChangeEvent(int orientation) {
|
| Send(new ViewMsg_OrientationChangeEvent(GetRoutingID(), orientation));
|
| }
|
|
|
| -void RenderViewHostImpl::ToggleSpeechInput() {
|
| - Send(new InputTagSpeechMsg_ToggleSpeechInput(GetRoutingID()));
|
| -}
|
| -
|
| bool RenderViewHostImpl::IsWaitingForUnloadACK() const {
|
| return rvh_state_ == STATE_WAITING_FOR_UNLOAD_ACK ||
|
| rvh_state_ == STATE_WAITING_FOR_CLOSE ||
|
|
|