Commit dc976477 authored by grt@chromium.org's avatar grt@chromium.org

Fix removal of delegate execute registration at uninstall.

BUG=119242
TEST=install Chrome, uninstall Chrome, make sure delegate execute stuff goes away.


Review URL: http://codereview.chromium.org/9969186

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132495 0039d316-1c4b-4281-b951-d872f2087c98
parent 68c60879
...@@ -693,7 +693,7 @@ bool ProcessChromeWorkItems(const InstallationState& original_state, ...@@ -693,7 +693,7 @@ bool ProcessChromeWorkItems(const InstallationState& original_state,
const InstallerState& installer_state, const InstallerState& installer_state,
const FilePath& setup_path, const FilePath& setup_path,
const Product& product) { const Product& product) {
if (product.is_chrome()) if (!product.is_chrome())
return false; return false;
scoped_ptr<WorkItemList> item_list(WorkItem::CreateWorkItemList()); scoped_ptr<WorkItemList> item_list(WorkItem::CreateWorkItemList());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment