Index: content/shell/renderer/test_runner/test_runner.h |
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h |
index 424f5756acfe806392fef52f7ee6d3a4d95a8b09..0f87f7206fa6586a75ca050e03e7b6aa4f64801b 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -492,11 +492,7 @@ class TestRunner : public ::WebTestRunner::WebTestRunner, |
// Simulates a click on a desktop notification. |
bool SimulateWebNotificationClick(const std::string& value); |
- // Speech input related functions. |
- void AddMockSpeechInputResult(const std::string& result, |
- double confidence, |
- const std::string& language); |
- void SetMockSpeechInputDumpRect(bool value); |
+ // Speech recognition related functions. |
void AddMockSpeechRecognitionResult(const std::string& transcript, |
double confidence); |
void SetMockSpeechRecognitionError(const std::string& error, |