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

Issue 2469193002: Fix enum in UMA Extensions.OffStoreInstallDecisionHard (Closed)

Created:
4 years, 1 month ago by wychen
Modified:
4 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix enum in UMA Extensions.OffStoreInstallDecisionHard OffStoreInstallDisallowed should be OffStoreInstallDecision::OffStoreInstallDisallowed, which is 2. However, it is resolved to be OffStoreInstallAllowReason::OffStoreInstallDisallowed, which is 0. This caused wrong bucket assignment. This was discovered by the checks implemented in this CL: https://codereview.chromium.org/2469993002/ BUG=661441 Committed: https://crrev.com/f902f2c3194edaffd899ca7a5a9689d2b71568da Cr-Commit-Position: refs/heads/master@{#429424}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M chrome/browser/extensions/crx_installer.cc View 1 chunk +8 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
wychen
PTAL
4 years, 1 month ago (2016-11-02 04:19:36 UTC) #2
asargent_no_longer_on_chrome
Can you explain "This caused wrong bucket assignment" a little bit more? It's not obvious ...
4 years, 1 month ago (2016-11-02 19:31:03 UTC) #4
wychen
On 2016/11/02 19:31:03, Antony Sargent wrote: > Can you explain "This caused wrong bucket assignment" ...
4 years, 1 month ago (2016-11-02 20:13:17 UTC) #6
asargent_no_longer_on_chrome
Ah, thanks for the additional explanation. lgtm
4 years, 1 month ago (2016-11-02 20:38:28 UTC) #7
wychen
Thanks for your prompt review. BTW, "Extensions.OffStoreInstallDecisionHard" is not defined in histograms.xml. Does this mean ...
4 years, 1 month ago (2016-11-02 21:09:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2469193002/1
4 years, 1 month ago (2016-11-02 21:12:06 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-02 22:33:55 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-02 22:36:58 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f902f2c3194edaffd899ca7a5a9689d2b71568da
Cr-Commit-Position: refs/heads/master@{#429424}

Powered by Google App Engine
This is Rietveld 408576698