Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1748)

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 268723002: Remove MockWebSpeechInputController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/shell/renderer/test_runner/WebTestProxy.cpp ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698