Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5154)

Unified Diff: chrome/installer/setup/install_worker.cc

Issue 1294863006: Do not register Chrome's DelegateExecute on Win10+. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d1_fix_debug_versioninfo
Patch Set: tweak IsChromeRegistered to support RemovalFlag Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.";
« no previous file with comments | « no previous file | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698