| Index: chrome/installer/setup/uninstall.cc
|
| diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
|
| index 3e34d577caa9ae0256c0975b37ca880ee10406ea..e8b7c7ba9cac093fcd1bcc1a98f68c1760212ac4 100644
|
| --- a/chrome/installer/setup/uninstall.cc
|
| +++ b/chrome/installer/setup/uninstall.cc
|
| @@ -1065,12 +1065,7 @@ InstallStatus UninstallProduct(const InstallationState& original_state,
|
| }
|
|
|
| ProcessDelegateExecuteWorkItems(installer_state, product);
|
| -
|
| -// TODO(gab): This is only disabled for M22 as the shortcut CL using Active
|
| -// Setup will not make it in M22.
|
| -#if 0
|
| UninstallActiveSetupEntries(installer_state, product);
|
| -#endif
|
| }
|
|
|
| if (product.is_chrome_frame()) {
|
|
|