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

Unified Diff: content/test/mock_google_streaming_server.h

Issue 1891543002: Devirtualize SpeechRecognitionEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_one_shot_engine
Patch Set: drop an include Created 4 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/test/mock_google_streaming_server.h
diff --git a/content/test/mock_google_streaming_server.h b/content/test/mock_google_streaming_server.h
index eea5d41d66900eb8144ffbc1d48ec35122c6976b..7518c6bd68599e040089f6fae1339f3ebec1c48e 100644
--- a/content/test/mock_google_streaming_server.h
+++ b/content/test/mock_google_streaming_server.h
@@ -18,7 +18,7 @@ struct SpeechRecognitionResult;
// recognition webservice, exploiting the TestURLFetcher to extract request
// parameters and provide forged JSON responses back to the client.
// It is intended for closing the server-side loop in speech tests that involve
-// the GoogleStreamingRemoteEngine client.
+// the SpeechRecognitionEngine client.
class MockGoogleStreamingServer : public net::TestURLFetcherDelegateForTests {
public:
class Delegate {

Powered by Google App Engine
This is Rietveld 408576698