| Index: chrome/test/webdriver/session_manager.cc
|
| diff --git a/chrome/test/webdriver/session_manager.cc b/chrome/test/webdriver/session_manager.cc
|
| index b63b75efec398a2b278784f4151735c201d47f06..14433dcc69802a498e051e71cd5cc24a650cfc05 100644
|
| --- a/chrome/test/webdriver/session_manager.cc
|
| +++ b/chrome/test/webdriver/session_manager.cc
|
| @@ -143,7 +143,8 @@ bool SessionManager::Create(std::string* id) {
|
| CommandLine::Init(0, NULL);
|
|
|
| // start chrome, if it doesn't startup in 8 seconds quit
|
| - scoped_ptr<Session> session(new Session(*id, new AutomationProxy(8000)));
|
| + scoped_ptr<Session> session(new Session(*id, new AutomationProxy(8000,
|
| + false)));
|
| if (session->proxy() == NULL) {
|
| LOG(WARNING) << "Could not allocate automation proxy" << std::endl;
|
| return false;
|
|
|