summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/tts_platform.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/speech/tts_platform.cc')
-rw-r--r--chrome/browser/speech/tts_platform.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/speech/tts_platform.cc b/chrome/browser/speech/tts_platform.cc
index 8ff1048..6b51bdc 100644
--- a/chrome/browser/speech/tts_platform.cc
+++ b/chrome/browser/speech/tts_platform.cc
@@ -10,10 +10,6 @@ bool TtsPlatformImpl::LoadBuiltInTtsExtension(Profile* profile) {
return false;
}
-std::string TtsPlatformImpl::gender() {
- return std::string();
-}
-
std::string TtsPlatformImpl::error() {
return error_;
}