Index: chrome/installer/setup/uninstall.cc |
diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc |
index 6115b82fbb43b3ab8265c800a208c07ebf9cce29..2c8f2af26b6a91c30c029653ddbe49f418c8aae8 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()); |
// Remove the event log provider registration as we are going to delete |
// the file which serves the resources anyways. |