Record PasswordStore metrics also for the account store
LoginDatabase::ReportMetrics was recently updated to properly support the account-scoped password store (in addition to the profile-scoped one). However, StoreMetricsReporter was only calling PasswordStore::ReportMetrics (which after a few indirections ends up in LoginDatabase) for the profile store. This CL adds a ReportMetrics call for the account store as well. Bug: 1063852 Change-Id: I6afaac99f5525accd542182614e29934dc8f6dfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207239Reviewed-by:Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#770033}
Showing
Please register or sign in to comment