| Index: content/browser/utility_process_host_impl.cc
|
| diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
|
| index 70bb8c0c5bccf5dd88a3c5c53d71a86aad9de503..bf90db7a50ec6422828ea5ed5cb59bc13be57998 100644
|
| --- a/content/browser/utility_process_host_impl.cc
|
| +++ b/content/browser/utility_process_host_impl.cc
|
| @@ -310,6 +310,7 @@ bool UtilityProcessHostImpl::StartProcess() {
|
|
|
| // Browser command-line switches to propagate to the utility process.
|
| static const char* const kSwitchNames[] = {
|
| + switches::kHeadless,
|
| switches::kNoSandbox,
|
| switches::kProfilerTiming,
|
| #if defined(OS_MACOSX)
|
|
|