Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: chrome/test/webdriver/session_manager.cc

Issue 3191010: Fix in webdriver. (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698