| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 26258d6533d490f3c2c7b732ce3b2a83eb7eaf6b..d37f9b820e1983b4cf3ea859070b66b0fa786dde 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1616,10 +1616,7 @@ bool ChromeBrowserMainParts::MainMessageLoopRun(int* result_code) {
|
| base::RunLoop run_loop;
|
| #endif
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kPerformanceMonitorGathering)) {
|
| - performance_monitor::PerformanceMonitor::GetInstance()->Start();
|
| - }
|
| + performance_monitor::PerformanceMonitor::GetInstance()->Start();
|
|
|
| run_loop.Run();
|
|
|
|
|