| Index: chromeos/system/statistics_provider.cc
|
| diff --git a/chromeos/system/statistics_provider.cc b/chromeos/system/statistics_provider.cc
|
| index a829c355139837320e7786ad9c950e4220df8ba3..60b3c4b3942051445a258b5c1985c5129bc4a13f 100644
|
| --- a/chromeos/system/statistics_provider.cc
|
| +++ b/chromeos/system/statistics_provider.cc
|
| @@ -267,7 +267,6 @@ void StatisticsProviderImpl::LoadMachineStatistics(bool load_oem_manifest) {
|
| } else if (base::SysInfo::IsRunningOnChromeOS()) {
|
| LoadOemManifestFromFile(base::FilePath(kOemManifestFilePath));
|
| }
|
| - oem_manifest_loaded_ = true;
|
| }
|
|
|
| if (!base::SysInfo::IsRunningOnChromeOS() &&
|
| @@ -306,6 +305,7 @@ void StatisticsProviderImpl::LoadOemManifestFromFile(
|
| machine_flags_[kOemKeyboardDrivenOobeKey] =
|
| oem_manifest.keyboard_driven_oobe;
|
|
|
| + oem_manifest_loaded_ = true;
|
| VLOG(1) << "Loaded OEM Manifest statistics from " << file.value();
|
| }
|
|
|
|
|