OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |