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

Unified Diff: chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc

Issue 137753004: Renaming remaining WebRTC browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc b/chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc
index 2ffe82e1b271288cc2a619d71478427aa148860c..fa17faeca4482a94fd2642fc463d238b07e84dbd 100644
--- a/chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc
@@ -47,7 +47,7 @@ static base::FilePath GetTestDataDir() {
// Test that the typing detection feature works.
// You must have the src-internal solution in your .gclient to put the required
// pyauto_private directory into chrome/test/data/.
-class WebrtcTypingDetectionBrowserTest : public WebRtcTestBase {
+class WebRtcTypingDetectionBrowserTest : public WebRtcTestBase {
public:
// TODO(phoglund): clean up duplication from audio quality browser test when
// this test is complete and is proven to work.
@@ -107,7 +107,7 @@ class WebrtcTypingDetectionBrowserTest : public WebRtcTestBase {
};
// TODO(phoglund): enable when fully implemented.
-IN_PROC_BROWSER_TEST_F(WebrtcTypingDetectionBrowserTest,
+IN_PROC_BROWSER_TEST_F(WebRtcTypingDetectionBrowserTest,
DISABLED_MANUAL_TestTypingDetection) {
// TODO(phoglund): make this use embedded_test_server when that test server
// can handle files > ~400Kb.
« no previous file with comments | « chrome/browser/media/chrome_webrtc_browsertest.cc ('k') | chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698