| Index: chrome/browser/ui/webui/help/version_updater_mac.mm
|
| ===================================================================
|
| --- chrome/browser/ui/webui/help/version_updater_mac.mm (revision 151349)
|
| +++ chrome/browser/ui/webui/help/version_updater_mac.mm (working copy)
|
| @@ -77,9 +77,6 @@
|
| AutoupdateStatus recent_status = [keystone_glue recentStatus];
|
| if ([keystone_glue asyncOperationPending] ||
|
| recent_status == kAutoupdateRegisterFailed ||
|
| - recent_status == kAutoupdateCheckFailed ||
|
| - recent_status == kAutoupdateInstallFailed ||
|
| - recent_status == kAutoupdatePromoteFailed ||
|
| recent_status == kAutoupdateNeedsPromotion) {
|
| // If an asynchronous update operation is currently pending, such as a
|
| // check for updates or an update installation attempt, set the status
|
|
|