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

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

Issue 355143006: [Password Manager] Add UMA stats to track interaction with synced accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 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_mac.cc
diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
index 1cfe8fa03b103f70929c594d1cb5d60ec75f586e..88a30e56bfa9adae6d67b2f3782785438236c59b 100644
--- a/chrome/browser/password_manager/password_store_mac.cc
+++ b/chrome/browser/password_manager/password_store_mac.cc
@@ -868,8 +868,8 @@ PasswordStoreMac::GetBackgroundTaskRunner() {
return (thread_.get()) ? thread_->message_loop_proxy() : NULL;
}
-void PasswordStoreMac::ReportMetricsImpl() {
- login_metadata_db_->ReportMetrics();
+void PasswordStoreMac::ReportMetricsImpl(const std::string& sync_username) {
+ login_metadata_db_->ReportMetrics(sync_username);
}
PasswordStoreChangeList PasswordStoreMac::AddLoginImpl(

Powered by Google App Engine
This is Rietveld 408576698