diff options
-rw-r--r-- | chrome/test/webdriver/session_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/session_manager.cc b/chrome/test/webdriver/session_manager.cc index 14433dc..2a2e4a5 100644 --- a/chrome/test/webdriver/session_manager.cc +++ b/chrome/test/webdriver/session_manager.cc @@ -163,7 +163,7 @@ bool SessionManager::Create(std::string* id) { CommandLine command_line(command); // setup the automation port to communicate on - command_line.AppendSwitchASCII(switches::kAutomationClientChannelID, + command_line.AppendSwitchASCII(switches::kTestingChannelID, session->proxy()->channel_id()); // No first-run dialogs, please. |