| 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 65a4fdfaa8732f1b1a54e4336b711b6ab1bcbd7f..a0d512812f489cc8dab90ba4b1502035df5aeb79 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -195,8 +195,6 @@ 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,
|
|
|