| Index: chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| index 2a4975e3597e3a7a7376191e831cbd79927ba6d4..c8e4f9f3b64ea4474b11a9e74fd47093d9cc11d7 100644
|
| --- a/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| +++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| @@ -224,7 +224,7 @@ wchar_t SwReporterInstallerTraits::version_dir_[] = {};
|
| void RegisterSwReporterComponent(ComponentUpdateService* cus,
|
| PrefService* prefs) {
|
| // The Sw reporter shouldn't run if the user isn't reporting metrics.
|
| - if (!ChromeMetricsServiceAccessor::IsMetricsReportingEnabled() && false)
|
| + if (!ChromeMetricsServiceAccessor::IsMetricsReportingEnabled())
|
| return;
|
|
|
| // Install the component.
|
|
|