| 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 ee1878ce1a7bad22e42cd6ab38c42dd5c3137ad7..e5199f1707ef87d2dd6e405321d694e913291d06 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -193,6 +193,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::kEnablePreciseMemoryInfo);
|
|
|
| command_line.AppendSwitchASCII(switches::kHostResolverRules,
|
|
|