| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index d265c651dd135236d766915e00af87e92086cb6b..b0260a6fabfdff1bfaeef89667505d31332b5be5 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -165,6 +165,7 @@
|
| #include "base/win/windows_version.h"
|
| #include "chrome/browser/browser_util_win.h"
|
| #include "chrome/browser/chrome_browser_main_win.h"
|
| +#include "chrome/browser/component_updater/sw_reporter_installer_win.h"
|
| #include "chrome/browser/first_run/try_chrome_dialog_view.h"
|
| #include "chrome/browser/first_run/upgrade_util_win.h"
|
| #include "chrome/browser/ui/network_profile_bubble.h"
|
| @@ -407,6 +408,10 @@ void RegisterComponentsForUpdate(const CommandLine& command_line) {
|
| RegisterCldComponent(cus);
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| + ExecutePendingSwReporter(cus, g_browser_process->local_state());
|
| +#endif
|
| +
|
| cus->Start();
|
| }
|
|
|
|
|