| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 00b62a7419672f20b43fd239dbac08df1a8cb6f6..df78a00da24f9138f08bdb5a5d44165e4eb62af9 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -235,6 +235,11 @@ SpeechRecognitionManagerDelegate*
|
| return NULL;
|
| }
|
|
|
| +TtsDispatcherHostDelegate*
|
| + ContentBrowserClient::GetTtsDispatcherHostDelegate() {
|
| + return NULL;
|
| +}
|
| +
|
| net::NetLog* ContentBrowserClient::GetNetLog() {
|
| return NULL;
|
| }
|
|
|