Index: chrome/browser/speech/extension_api/tts_extension_api.cc |
diff --git a/chrome/browser/speech/extension_api/tts_extension_api.cc b/chrome/browser/speech/extension_api/tts_extension_api.cc |
index 36549cef5770dcb053e0dab08d6021831eb63fa8..89db1c5fa9064a5a266fce392adfc976d1947a77 100644 |
--- a/chrome/browser/speech/extension_api/tts_extension_api.cc |
+++ b/chrome/browser/speech/extension_api/tts_extension_api.cc |
@@ -135,7 +135,7 @@ void TtsExtensionEventHandler::OnTtsEvent(Utterance* utterance, |
delete this; |
} |
-bool TtsSpeakFunction::RunImpl() { |
+bool TtsSpeakFunction::RunAsync() { |
std::string text; |
EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &text)); |
if (text.size() > 32768) { |