| Index: chrome/installer/setup/uninstall.cc
|
| diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
|
| index 599c5809dd8399ae1ac7244a33d90d82ea2b99c2..5b6e62cc559e45d4c549eeabf6035f63d4663b8f 100644
|
| --- a/chrome/installer/setup/uninstall.cc
|
| +++ b/chrome/installer/setup/uninstall.cc
|
| @@ -693,7 +693,7 @@ bool ProcessChromeWorkItems(const InstallationState& original_state,
|
| const InstallerState& installer_state,
|
| const FilePath& setup_path,
|
| const Product& product) {
|
| - if (product.is_chrome())
|
| + if (!product.is_chrome())
|
| return false;
|
|
|
| scoped_ptr<WorkItemList> item_list(WorkItem::CreateWorkItemList());
|
|
|