Chromium Code Reviews

Unified Diff: chrome/browser/password_manager/password_store_mac.cc

Issue 2834009: Implement Password Manager aggregate metrics reporting (Closed)
Patch Set: rebase to head Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/password_manager/password_store_default.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_store_mac.cc
diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
index 6571082f12594b4f9d23d77694ede34f1cff28d3..1804386196c7643508834d84ff46b4ccc0cba902 100644
--- a/chrome/browser/password_manager/password_store_mac.cc
+++ b/chrome/browser/password_manager/password_store_mac.cc
@@ -745,6 +745,7 @@ void PasswordStoreMac::ScheduleTask(Task* task) {
}
void PasswordStoreMac::ReportMetricsImpl() {
+ login_metadata_db_->ReportMetrics();
}
void PasswordStoreMac::AddLoginImpl(const PasswordForm& form) {
« no previous file with comments | « chrome/browser/password_manager/password_store_default.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine