| Index: chrome/installer/setup/uninstall.cc
|
| diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
|
| index f19873d91caa56f45712564669d4a7927dce7a24..60747ead92942d76332884c9be2e96ebcb7b515e 100644
|
| --- a/chrome/installer/setup/uninstall.cc
|
| +++ b/chrome/installer/setup/uninstall.cc
|
| @@ -988,8 +988,7 @@ InstallStatus UninstallProduct(const InstallationState& original_state,
|
|
|
| // Get the state of the installed product (if any)
|
| const ProductState* product_state =
|
| - original_state.GetProductState(installer_state.system_install(),
|
| - browser_dist->GetType());
|
| + original_state.GetProductState(installer_state.system_install());
|
|
|
| // Delete shared registry keys as well (these require admin rights) if
|
| // remove_all option is specified.
|
|
|