| Index: chrome/installer/setup/setup_util.cc
|
| diff --git a/chrome/installer/setup/setup_util.cc b/chrome/installer/setup/setup_util.cc
|
| index eec781e1d61e726c0ff4f2ecda83264f2df203cb..f9a3c36ecc66abfc600e2d50fd3d3c4570d96927 100644
|
| --- a/chrome/installer/setup/setup_util.cc
|
| +++ b/chrome/installer/setup/setup_util.cc
|
| @@ -365,8 +365,8 @@ base::FilePath FindArchiveToPatch(const InstallationState& original_state,
|
| // is the value used to select a specific differential update. If an archive
|
| // can't be found using that, fallback to using the newest version present.
|
| base::FilePath patch_source;
|
| - const ProductState* product = original_state.GetProductState(
|
| - installer_state.system_install(), BrowserDistribution::CHROME_BROWSER);
|
| + const ProductState* product =
|
| + original_state.GetProductState(installer_state.system_install());
|
| if (product) {
|
| patch_source = installer_state.GetInstallerDirectory(product->version())
|
| .Append(installer::kChromeArchive);
|
|
|