Index: chrome/browser/browser_main.cc |
=================================================================== |
--- chrome/browser/browser_main.cc (revision 5508) |
+++ chrome/browser/browser_main.cc (working copy) |
@@ -15,7 +15,6 @@ |
#include "base/process_util.h" |
#include "base/registry.h" |
#include "base/string_util.h" |
-#include "base/system_monitor.h" |
#include "base/tracked_objects.h" |
#include "base/win_util.h" |
#include "chrome/app/result_codes.h" |
@@ -271,9 +270,6 @@ |
MessageLoop main_message_loop(MessageLoop::TYPE_UI); |
- // Initialize the SystemMonitor |
- base::SystemMonitor::Start(); |
- |
// Initialize statistical testing infrastructure. |
FieldTrialList field_trial; |