| Index: chrome/browser/media/webrtc/webrtc_apprtc_browsertest.cc
|
| diff --git a/chrome/browser/media/webrtc/webrtc_apprtc_browsertest.cc b/chrome/browser/media/webrtc/webrtc_apprtc_browsertest.cc
|
| index a23308cbaf86cf5b2c742684866f12146109c2f0..45bee385d84f497fc9c2ef1c0009b15f7f567ef5 100644
|
| --- a/chrome/browser/media/webrtc/webrtc_apprtc_browsertest.cc
|
| +++ b/chrome/browser/media/webrtc/webrtc_apprtc_browsertest.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/path_service.h"
|
| #include "base/process/launch.h"
|
| #include "base/rand_util.h"
|
| +#include "base/threading/thread_restrictions.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/infobars/infobar_responder.h"
|
| @@ -232,6 +233,7 @@ class WebRtcApprtcBrowserTest : public WebRtcTestBase {
|
| };
|
|
|
| IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) {
|
| + base::ThreadRestrictions::ScopedAllowIO allow_io;
|
| DetectErrorsInJavaScript();
|
| ASSERT_TRUE(LaunchApprtcInstanceOnLocalhost("9999"));
|
| ASSERT_TRUE(LaunchColliderOnLocalHost("http://localhost:9999", "8089"));
|
|
|