Index: chrome/installer/setup/install_worker.cc |
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc |
index 2da25ce2f34204f7ff5a148d49512004bad0f6c0..171de1d2ef3ca3fae72e6aef474dc842efdfb820 100644 |
--- a/chrome/installer/setup/install_worker.cc |
+++ b/chrome/installer/setup/install_worker.cc |
@@ -898,8 +898,12 @@ void AddInstallWorkItems(const InstallationState& original_state, |
AddDelegateExecuteWorkItems(installer_state, src_path, new_version, |
*product, install_list); |
+// TODO(gab): This is only disabled for M22 as the shortcut CL using Active |
+// Setup will not make it in M22. |
+#if 0 |
AddActiveSetupWorkItems(installer_state, new_version, *product, |
install_list); |
+#endif |
} |
// Add any remaining work items that involve special settings for |