Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 422799626b8e9b6af88ae2c74377b85d82916738..88520f8fe6b95c99e59008ef38bb222b4204a78f 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(); |