| Index: chrome/browser/chrome_browser_field_trials_desktop.cc
|
| diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| index caf4d3a069e691bbc8987260e82bdcc912c28b3d..64dd5a3e50bb5e86f8878bb1ea1e557797bcd192 100644
|
| --- a/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| +++ b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| @@ -34,6 +34,7 @@
|
| #include "chrome/install_static/install_util.h"
|
| #include "components/browser_watcher/features.h"
|
| #include "components/browser_watcher/stability_data_names.h"
|
| +#include "components/browser_watcher/stability_debugging.h"
|
| #include "components/browser_watcher/stability_metrics.h"
|
| #include "components/browser_watcher/stability_paths.h"
|
| #endif
|
| @@ -188,6 +189,8 @@ void SetupStabilityDebugging() {
|
| // of this, there is no need to flush it here.
|
| metrics::GlobalPersistentSystemProfile::GetInstance()
|
| ->RegisterPersistentAllocator(global_tracker->allocator());
|
| +
|
| + browser_watcher::RegisterStabilityVEH();
|
| }
|
| }
|
| #endif // defined(OS_WIN)
|
|
|