| Index: chrome/installer/setup/uninstall.cc
|
| ===================================================================
|
| --- chrome/installer/setup/uninstall.cc (revision 8822)
|
| +++ chrome/installer/setup/uninstall.cc (working copy)
|
| @@ -17,6 +17,7 @@
|
| #include "chrome/installer/util/helper.h"
|
| #include "chrome/installer/util/logging_installer.h"
|
| #include "chrome/installer/util/shell_util.h"
|
| +#include "chrome/installer/util/util_constants.h"
|
| #include "chrome/installer/util/version.h"
|
|
|
| namespace {
|
| @@ -255,6 +256,9 @@
|
| ShellUtil::kRegRegisteredApplications,
|
| dist->GetApplicationName());
|
|
|
| + // Delete the App Paths key that lets explorer find Chrome.
|
| + DeleteRegistryKey(hklm_key, installer_util::kAppPathsRegistryKey);
|
| +
|
| // Delete media player registry key that exists only in HKLM.
|
| std::wstring reg_path(installer::kMediaPlayerRegPath);
|
| file_util::AppendToPath(®_path, installer_util::kChromeExe);
|
|
|