Index: chrome/installer/setup/uninstall.h |
diff --git a/chrome/installer/setup/uninstall.h b/chrome/installer/setup/uninstall.h |
index a11ec0244455e419d656df9e3262e56870254873..7867bb4cb19ea79a1b9c056312a791b385eb5296 100644 |
--- a/chrome/installer/setup/uninstall.h |
+++ b/chrome/installer/setup/uninstall.h |
@@ -35,7 +35,8 @@ bool DeleteChromeRegistrationKeys(BrowserDistribution* dist, HKEY root, |
// Removes any legacy registry keys from earlier versions of Chrome that are no |
// longer needed. This is used during autoupdate since we don't do full |
// uninstalls/reinstalls to update. |
-void RemoveChromeLegacyRegistryKeys(BrowserDistribution* dist); |
+void RemoveChromeLegacyRegistryKeys(BrowserDistribution* dist, |
+ const string16& chrome_exe); |
// This function uninstalls a product. Hence we came up with this awesome |
// name for it. |