| 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 d29b4ec59545ce9ac0255cdfd8e4fdd63aaf24d3..dfc7344b280874478670a12ba18ee014dde2e509 100644
|
| --- a/content/shell/shell_content_browser_client.cc
|
| +++ b/content/shell/shell_content_browser_client.cc
|
| @@ -283,8 +283,8 @@ std::string ShellContentBrowserClient::GetWorkerProcessTitle(
|
| void ShellContentBrowserClient::ResourceDispatcherHostCreated() {
|
| }
|
|
|
| -SpeechInputManagerDelegate*
|
| - ShellContentBrowserClient::GetSpeechInputManagerDelegate() {
|
| +SpeechRecognitionManagerDelegate*
|
| + ShellContentBrowserClient::GetSpeechRecognitionManagerDelegate() {
|
| return NULL;
|
| }
|
|
|
|
|