| Index: content/browser/browser_main.cc
|
| ===================================================================
|
| --- content/browser/browser_main.cc (revision 101031)
|
| +++ content/browser/browser_main.cc (working copy)
|
| @@ -192,8 +192,6 @@
|
| SetupSandbox(parsed_command_line());
|
| #endif
|
|
|
| - if (parsed_command_line().HasSwitch(switches::kEnableBenchmarking))
|
| - base::FieldTrial::EnableBenchmarking();
|
| if (parsed_command_line().HasSwitch(switches::kDisableSSLFalseStart))
|
| net::SSLConfigService::DisableFalseStart();
|
| if (parsed_command_line().HasSwitch(switches::kEnableSSLCachedInfo))
|
|
|