| Index: content/shell/app/shell_main_delegate.cc
|
| diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
|
| index 6cfffb6b94764ace8507b09652c85be652ee5de2..5f25656b19ade606dc95048ffb6b21ee605a9bb6 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -166,7 +166,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| }
|
| #endif
|
| command_line.AppendSwitch(cc::switches::kEnableGpuBenchmarking);
|
| - command_line.AppendSwitch(switches::kProcessPerTab);
|
| command_line.AppendSwitch(switches::kEnableLogging);
|
| command_line.AppendSwitch(switches::kAllowFileAccessFromFiles);
|
| // only default to a software GL if the flag isn't already specified.
|
|
|