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

Issue 2806873002: Fix UMA metric "WinJumplist.DirectoryStatusJumpListIconsOld" (Closed)

Created:
3 years, 8 months ago by chengx
Modified:
3 years, 8 months ago
Reviewers:
gab
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix UMA metric "WinJumplist.DirectoryStatusJumpListIconsOld" The base::IsDirectoryEmpty() method returns true when the directory doesn't exist or the directory is empty. We need to use base::DirectoryExists() together with base::IsDirectoryEmpty() to differentiate these two situations. BUG=40407, 179576 Review-Url: https://codereview.chromium.org/2806873002 Cr-Commit-Position: refs/heads/master@{#463297} Committed: https://chromium.googlesource.com/chromium/src/+/f1f0e8de131c57105cff16a07d8b9772e0ba13f6

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M chrome/browser/win/jumplist_file_util.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (12 generated)
chengx
Another post small fix. This is motivated by the confusing UMA data from the previous ...
3 years, 8 months ago (2017-04-07 22:46:52 UTC) #8
gab
lgtm
3 years, 8 months ago (2017-04-10 16:17:31 UTC) #12
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/2806873002/1
3 years, 8 months ago (2017-04-10 16:18:07 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 17:01:54 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/f1f0e8de131c57105cff16a07d8b...

Powered by Google App Engine
This is Rietveld 408576698