Index: content/shell/android/browsertests_apk/content_browser_tests_android.cc |
diff --git a/content/shell/android/browsertests_apk/content_browser_tests_android.cc b/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
index cb4c120465255f0abdf18c36ec41263da1f38a4f..3425480a042449b2f982915cfa1dab765bcb64b0 100644 |
--- a/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
+++ b/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
@@ -77,6 +77,10 @@ static void RunTests(JNIEnv* env, |
// Append required switches. |
command_line->AppendSwitch(content::kSingleProcessTestsFlag); |
command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); |
+ // Specify a socket name to not conflict with the default one used |
+ // in content_shell. |
+ command_line->AppendSwitchASCII(switches::kRemoteDebuggingSocketName, |
+ "content_browsertests_devtools_remote"); |
// Create fifo and redirect stdout and stderr to it. |
base::FilePath files_dir( |