Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 9589a5120bad51e7f9c2fe9b7d042e6941198106..a2dfd7a238394c65c568d2a553bdcb81bff45b6e 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -1575,10 +1575,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(); |