| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index fbbff83d72d2001e69c48ecff27f601ecf7a82f6..6dbc1a67481994d810a1f11c713b5f8ffb5b50ac 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1621,10 +1621,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();
|
|
|
|
|