| Index: chrome/installer/setup/install_worker.cc
|
| diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
|
| index 4ed8a72c4cf009045a9c7ef6994ccb0a6fce3076..cee7f4e3f39e25c351a15d3371fdb099d62b176d 100644
|
| --- a/chrome/installer/setup/install_worker.cc
|
| +++ b/chrome/installer/setup/install_worker.cc
|
| @@ -1308,8 +1308,7 @@ void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
|
| // the COM probe/flush below does its job.
|
| AddUninstallDelegateExecuteWorkItems(root, delegate_execute_path, list);
|
|
|
| - // Add work items to register the handler iff it is present.
|
| - // See also shell_util.cc's GetProgIdEntries.
|
| + // See also shell_util.cc's GetChromeProgIdEntries.
|
| if (installer_state.operation() != InstallerState::UNINSTALL) {
|
| VLOG(1) << "Adding registration items for DelegateExecute verb handler.";
|
|
|
|
|