Index: chrome/test/webdriver/session.h |
diff --git a/chrome/test/webdriver/session.h b/chrome/test/webdriver/session.h |
index 881263d5b0db87b65bf2743ab5fe9278e9f8d283..b1018f27989af38291ec92e2f698ce6bf68f0712 100644 |
--- a/chrome/test/webdriver/session.h |
+++ b/chrome/test/webdriver/session.h |
@@ -79,9 +79,7 @@ class Session { |
// It |user_data_dir| is empty, it will use a temporary dir. |
// Returns true on success. On failure, the session will delete |
// itself and return an error code. |
- Error* Init(const FilePath& browser_exe, |
- const FilePath& user_data_dir, |
- const CommandLine& options); |
+ Error* Init(const Automation::BrowserOptions& options); |
// Should be called before executing a command. Performs necessary waits |
// and frame switching. |
@@ -329,9 +327,7 @@ class Session { |
void RunSessionTaskOnSessionThread( |
Task* task, |
base::WaitableEvent* done_event); |
- void InitOnSessionThread(const FilePath& browser_exe, |
- const FilePath& user_data_dir, |
- const CommandLine& options, |
+ void InitOnSessionThread(const Automation::BrowserOptions& options, |
Error** error); |
void TerminateOnSessionThread(); |