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

Unified Diff: content/browser/speech/google_one_shot_remote_engine_unittest.cc

Issue 10703141: End-to-end browser tests for speech recognition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved test to /chrome/test Created 8 years, 5 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/browser/speech/google_one_shot_remote_engine_unittest.cc
diff --git a/content/browser/speech/google_one_shot_remote_engine_unittest.cc b/content/browser/speech/google_one_shot_remote_engine_unittest.cc
index 2ffae29c631285161e5752ee4a20c63bcf1508c9..3e09b776ec22c6f6d7dc20c1590c78b265c1a130 100644
--- a/content/browser/speech/google_one_shot_remote_engine_unittest.cc
+++ b/content/browser/speech/google_one_shot_remote_engine_unittest.cc
@@ -14,7 +14,9 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace speech {
-
+// TODO(primiano): This file should be refactored in order to take advantage of
+// the recently introduced MockGoogleOneShotServer class and remove duplicate
+// code (i.e. all the URLFetcher/JSON related code in this file).
class GoogleOneShotRemoteEngineTest
: public SpeechRecognitionEngineDelegate,
public testing::Test {
« no previous file with comments | « chrome/test/speech/speech_recognition_browsertest.cc ('k') | content/browser/speech/speech_recognition_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698