| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 8ec78fb4943c179dd0d01d59630e03b24353500d..64319c62095a87a44fe35b88ee2c54b0b3c8eb2a 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -764,10 +764,6 @@ void ChromeMainDelegate::PreSandboxStartup() {
|
| chrome::DIR_INTERNAL_PLUGINS,
|
| chrome::DIR_USER_DATA);
|
|
|
| - // Enable Message Loop related state asap.
|
| - if (command_line.HasSwitch(switches::kMessageLoopHistogrammer))
|
| - base::MessageLoop::EnableHistogrammer(true);
|
| -
|
| #if !defined(OS_ANDROID) && !defined(OS_WIN)
|
| // Android does InitLogging when library is loaded. Skip here.
|
| // For windows we call InitLogging when the sandbox is initialized.
|
|
|