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

Issue 887043004: Postpone collecting passwords UMA metrics. (Closed)

Created:
5 years, 10 months ago by dvadym
Modified:
5 years, 10 months ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Postpone collecting passwords UMA metrics. BUG=453835 Committed: https://crrev.com/f2d4cd89181eea9a913487b5fe5c9f0a432955cf Cr-Commit-Position: refs/heads/master@{#314350}

Patch Set 1 #

Patch Set 2 : Fix #

Total comments: 2

Patch Set 3 : Small enhancement #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M components/password_manager/core/browser/password_store.cc View 1 2 1 chunk +9 lines, -4 lines 1 comment Download

Messages

Total messages: 18 (5 generated)
dvadym
Hi Vaclav, Could you please review this CL? Best regards, Vadym
5 years, 10 months ago (2015-02-02 13:24:50 UTC) #2
vabr (Chromium)
LGTM, this sounds reasonable. I'm still a bit worried about this practice of randomly postponing ...
5 years, 10 months ago (2015-02-02 14:39:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/887043004/1
5 years, 10 months ago (2015-02-02 14:44:36 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/54441)
5 years, 10 months ago (2015-02-02 15:03:02 UTC) #7
dvadym
Hi Vaclav, Could you please take another look at this CL? Best regards, Vadym
5 years, 10 months ago (2015-02-03 10:43:24 UTC) #8
vabr (Chromium)
Thanks for the fix. I should have noted that delaying all PasswordStore tasks by 30 ...
5 years, 10 months ago (2015-02-03 15:43:54 UTC) #9
vabr (Chromium)
On 2015/02/03 15:43:54, vabr (Chromium) wrote: > Thanks for the fix. I should have noted ...
5 years, 10 months ago (2015-02-03 15:44:59 UTC) #10
dvadym
Thanks, Vaclav. Sorry, it's also my fault, I should have noticed this also. https://codereview.chromium.org/887043004/diff/20001/components/password_manager/core/browser/password_store.cc File ...
5 years, 10 months ago (2015-02-03 15:51:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/887043004/40001
5 years, 10 months ago (2015-02-03 15:52:56 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-03 16:35:02 UTC) #14
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/f2d4cd89181eea9a913487b5fe5c9f0a432955cf Cr-Commit-Position: refs/heads/master@{#314350}
5 years, 10 months ago (2015-02-03 16:36:10 UTC) #15
vasilii
https://codereview.chromium.org/887043004/diff/40001/components/password_manager/core/browser/password_store.cc File components/password_manager/core/browser/password_store.cc (right): https://codereview.chromium.org/887043004/diff/40001/components/password_manager/core/browser/password_store.cc#newcode167 components/password_manager/core/browser/password_store.cc:167: base::Bind(&PasswordStore::ReportMetricsImpl, this, sync_username, My concern is that you capture ...
5 years, 10 months ago (2015-02-03 17:27:42 UTC) #17
dvadym
5 years, 10 months ago (2015-02-05 09:54:21 UTC) #18
Message was sent while issue was closed.
I checked, even in case when we delete user profile PasswordStore is not
destructed. So it will not cause any crashes. But there is another strange
thing, that even if there are two profiles in use, we still have only report
collection. I'll investigate it later.

Powered by Google App Engine
This is Rietveld 408576698