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