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

Issue 551783003: Silence logging at uninstall if the ClientState key doesn't exist. (Closed)

Created:
6 years, 3 months ago by grt (UTC plus 2)
Modified:
6 years, 3 months ago
Reviewers:
gab
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Silence logging at uninstall if the ClientState key doesn't exist. BUG=none Committed: https://crrev.com/06983b3f5218f38b9de952b47b64ae9ea92f67e7 Cr-Commit-Position: refs/heads/master@{#293829}

Patch Set 1 #

Total comments: 4

Patch Set 2 : logic flip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M chrome/installer/util/product.cc View 1 1 chunk +8 lines, -6 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
grt (UTC plus 2)
This gets rid of the annoying [0908/082503:ERROR:product.cc(126)] Failed to Open or Write MSI valueto client ...
6 years, 3 months ago (2014-09-08 15:45:11 UTC) #2
gab
lgtm w/ nit Question: Why would the ClientState key not exist at uninstall? Is this ...
6 years, 3 months ago (2014-09-08 16:29:58 UTC) #3
grt (UTC plus 2)
On 2014/09/08 16:29:58, gab wrote: > Question: Why would the ClientState key not exist at ...
6 years, 3 months ago (2014-09-08 16:45:26 UTC) #4
grt (UTC plus 2)
https://codereview.chromium.org/551783003/diff/1/chrome/installer/util/product.cc File chrome/installer/util/product.cc (right): https://codereview.chromium.org/551783003/diff/1/chrome/installer/util/product.cc#newcode126 chrome/installer/util/product.cc:126: if (result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND) On ...
6 years, 3 months ago (2014-09-08 16:47:56 UTC) #5
gab
https://codereview.chromium.org/551783003/diff/1/chrome/installer/util/product.cc File chrome/installer/util/product.cc (right): https://codereview.chromium.org/551783003/diff/1/chrome/installer/util/product.cc#newcode126 chrome/installer/util/product.cc:126: if (result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND) On ...
6 years, 3 months ago (2014-09-08 16:58:41 UTC) #6
grt (UTC plus 2)
Flipped! https://codereview.chromium.org/551783003/diff/1/chrome/installer/util/product.cc File chrome/installer/util/product.cc (right): https://codereview.chromium.org/551783003/diff/1/chrome/installer/util/product.cc#newcode126 chrome/installer/util/product.cc:126: if (result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND) ...
6 years, 3 months ago (2014-09-08 17:03:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/551783003/20001
6 years, 3 months ago (2014-09-08 17:19:32 UTC) #9
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-08 22:10:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/551783003/20001
6 years, 3 months ago (2014-09-08 22:38:46 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 0fe0769c6b2cb9013edf776db4eb185b9df7c41a
6 years, 3 months ago (2014-09-09 01:23:28 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:49:33 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/06983b3f5218f38b9de952b47b64ae9ea92f67e7
Cr-Commit-Position: refs/heads/master@{#293829}

Powered by Google App Engine
This is Rietveld 408576698