| Index: headless/lib/headless_content_main_delegate.cc
|
| diff --git a/headless/lib/headless_content_main_delegate.cc b/headless/lib/headless_content_main_delegate.cc
|
| index e7ea8d7690d760ae8e03fd87614e2a57a6064215..97d04130d775c600260681e950beeeec0d531f50 100644
|
| --- a/headless/lib/headless_content_main_delegate.cc
|
| +++ b/headless/lib/headless_content_main_delegate.cc
|
| @@ -41,7 +41,7 @@ HeadlessContentMainDelegate::~HeadlessContentMainDelegate() {
|
| bool HeadlessContentMainDelegate::BasicStartupComplete(int* exit_code) {
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
|
|
| - if (browser_->options().single_process_mode)
|
| + if (browser_->options()->single_process_mode)
|
| command_line->AppendSwitch(switches::kSingleProcess);
|
|
|
| // The headless backend is automatically chosen for a headless build, but also
|
|
|