| Index: chrome/test/ui/ui_test_suite.cc
|
| ===================================================================
|
| --- chrome/test/ui/ui_test_suite.cc (revision 86986)
|
| +++ chrome/test/ui/ui_test_suite.cc (working copy)
|
| @@ -37,8 +37,6 @@
|
| parsed_command_line.HasSwitch(switches::kNoSandbox));
|
| ProxyLauncher::set_full_memory_dump(
|
| parsed_command_line.HasSwitch(switches::kFullMemoryCrashReport));
|
| - ProxyLauncher::set_safe_plugins(
|
| - parsed_command_line.HasSwitch(switches::kSafePlugins));
|
| ProxyLauncher::set_dump_histograms_on_exit(
|
| parsed_command_line.HasSwitch(switches::kDumpHistogramsOnExit));
|
| ProxyLauncher::set_enable_dcheck(
|
|
|