summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/session_manager.cc
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 00:27:45 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 00:27:45 +0000
commitf8a23f86f630d02756d6ecf084f5bb74aa18484e (patch)
tree2b5a552919112d5f5c286fb8d2e878bce2b57db1 /chrome/test/webdriver/session_manager.cc
parent55a398fd414a0ccc7bdfa614d44e6c5328062040 (diff)
downloadchromium_src-f8a23f86f630d02756d6ecf084f5bb74aa18484e.zip
chromium_src-f8a23f86f630d02756d6ecf084f5bb74aa18484e.tar.gz
chromium_src-f8a23f86f630d02756d6ecf084f5bb74aa18484e.tar.bz2
Fix chromedriver to handle new distinction between AutomationProvider and TestingAutomationProvider.
Review URL: http://codereview.chromium.org/3221001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/webdriver/session_manager.cc')
-rw-r--r--chrome/test/webdriver/session_manager.cc2
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.