| 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 719794c6ba8f5090fb4ae35844503f445e647db2..4d47d23af167f2ffa89dff220ffdb5c213925939 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -162,6 +162,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| return true;
|
| }
|
| #endif
|
| + command_line.AppendSwitch(cc::switches::kEnableGpuBenchmarking);
|
| command_line.AppendSwitch(switches::kProcessPerTab);
|
| command_line.AppendSwitch(switches::kEnableLogging);
|
| command_line.AppendSwitch(switches::kAllowFileAccessFromFiles);
|
|
|