| 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 1ef486ce631ad929bdd0eea711898c848107c899..7837a3237ebe20268c3fc7e51ac1f05a7f929175 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -190,6 +190,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| command_line.AppendSwitch(switches::kDisableDelegatedRenderer);
|
| command_line.AppendSwitch(cc::switches::kCompositeToMailbox);
|
|
|
| + command_line.AppendSwitch(cc::switches::kEnablePropertyTreeVerification);
|
| +
|
| command_line.AppendSwitch(switches::kEnableFileCookies);
|
|
|
| command_line.AppendSwitch(switches::kEnablePreciseMemoryInfo);
|
|
|