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

Side by Side Diff: chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc

Issue 294053002: Split regular and perf WebRTC browser tests, remove CPU test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing js files that accidentally got uploaded Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <ctime> 5 #include <ctime>
6 6
7 #include "base/path_service.h" 7 #include "base/path_service.h"
8 #include "base/strings/stringprintf.h" 8 #include "base/strings/stringprintf.h"
9 #include "chrome/browser/media/webrtc_browsertest_base.h" 9 #include "chrome/browser/media/webrtc_browsertest_base.h"
10 #include "chrome/browser/media/webrtc_browsertest_common.h" 10 #include "chrome/browser/media/webrtc_browsertest_common.h"
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 // file. 127 // file.
128 test::SleepInJavascript(left_tab, 2000); 128 test::SleepInJavascript(left_tab, 2000);
129 129
130 PlayAudioFile(left_tab); 130 PlayAudioFile(left_tab);
131 131
132 // TODO(phoglund): simulate key presses, look for changes in typing detection 132 // TODO(phoglund): simulate key presses, look for changes in typing detection
133 // state. 133 // state.
134 test::SleepInJavascript(left_tab, 10000); 134 test::SleepInJavascript(left_tab, 10000);
135 135
136 HangUp(left_tab); 136 HangUp(left_tab);
137 HangUp(right_tab);
137 } 138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698