| Index: content/shell/shell_content_browser_client.cc
|
| diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
|
| index 00ea0ab5e0cb192d87cb5f00ed7485ac5d338383..6db6194e0fcadc8f29790aaae02e948e57f6040c 100644
|
| --- a/content/shell/shell_content_browser_client.cc
|
| +++ b/content/shell/shell_content_browser_client.cc
|
| @@ -270,8 +270,8 @@ std::string ShellContentBrowserClient::GetWorkerProcessTitle(
|
| void ShellContentBrowserClient::ResourceDispatcherHostCreated() {
|
| }
|
|
|
| -SpeechInputManagerDelegate*
|
| - ShellContentBrowserClient::GetSpeechInputManagerDelegate() {
|
| +SpeechRecognitionManagerDelegate*
|
| + ShellContentBrowserClient::GetSpeechRecognitionManagerDelegate() {
|
| return NULL;
|
| }
|
|
|
|
|