New issue
Advanced search Search tips

Issue 659656 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Fix if statement condition in update_client/action_wait.cc

Project Member Reported by sorin@chromium.org, Oct 26 2016

Issue description

The condition in the if statement is wrong:

=======
components/update_client/action_wait.cc:40: if (!item) {
should this be:
if (item) {
?
======
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 26 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/573b7d14fc16c2732354544704bf68f967faeb3d

commit 573b7d14fc16c2732354544704bf68f967faeb3d
Author: sorin <sorin@chromium.org>
Date: Wed Oct 26 16:50:41 2016

Fix if statement condition in update_client/action_wait.cc

BUG= 659656 

Review-Url: https://codereview.chromium.org/2453783002
Cr-Commit-Position: refs/heads/master@{#427716}

[modify] https://crrev.com/573b7d14fc16c2732354544704bf68f967faeb3d/components/update_client/action_wait.cc

Comment 2 by sorin@chromium.org, Oct 26 2016

Status: Fixed (was: Started)

Sign in to add a comment