| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 6126)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -16,7 +16,6 @@
|
| #include "base/registry.h"
|
| #include "base/string_piece.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"
|
| @@ -289,9 +288,6 @@
|
|
|
| MessageLoop main_message_loop(MessageLoop::TYPE_UI);
|
|
|
| - // Initialize the SystemMonitor
|
| - base::SystemMonitor::Start();
|
| -
|
| // Initialize statistical testing infrastructure.
|
| FieldTrialList field_trial;
|
|
|
|
|