summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/in_process_browser_test.cc')
-rw-r--r--chrome/test/in_process_browser_test.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 2fe5a3bd..aec6391 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -47,8 +47,7 @@ bool DieFileDie(const std::wstring& file, bool recurse) {
InProcessBrowserTest::InProcessBrowserTest()
: browser_(NULL),
show_window_(false),
- dom_automation_enabled_(false),
- single_process_(false) {
+ dom_automation_enabled_(false) {
}
void InProcessBrowserTest::SetUp() {
@@ -79,9 +78,6 @@ void InProcessBrowserTest::SetUp() {
if (dom_automation_enabled_)
command_line->AppendSwitch(switches::kDomAutomationController);
- if (single_process_)
- command_line->AppendSwitch(switches::kSingleProcess);
-
command_line->AppendSwitchWithValue(switches::kUserDataDir, user_data_dir);
// For some reason the sandbox wasn't happy running in test mode. These