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

Unified Diff: chrome/browser/password_manager/password_store_default.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_store_default.cc
diff --git a/chrome/browser/password_manager/password_store_default.cc b/chrome/browser/password_manager/password_store_default.cc
index 465f88916f57732fc743792b5eba2ef34f814897..83909a7a07e9adbd21e336d2255ceadcd7141a55 100644
--- a/chrome/browser/password_manager/password_store_default.cc
+++ b/chrome/browser/password_manager/password_store_default.cc
@@ -35,6 +35,7 @@ PasswordStoreDefault::~PasswordStoreDefault() {
void PasswordStoreDefault::ReportMetricsImpl() {
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::DB));
+ login_db_->ReportMetrics();
}
void PasswordStoreDefault::AddLoginImpl(const PasswordForm& form) {
« no previous file with comments | « chrome/browser/password_manager/login_database.cc ('k') | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698