Chromium Code Reviews

Unified Diff: content/public/browser/content_browser_client.cc

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;
}

Powered by Google App Engine