| 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..eb7f86ffe1b3eb960744ed5ea83b9214fb21e631 100644
|
| --- a/chrome/browser/password_manager/password_store_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac.cc
|
| @@ -868,8 +868,9 @@ 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
|
| + enum SyncState sync_state) {
|
| + login_metadata_db_->ReportMetrics(sync_username, sync_state);
|
| }
|
|
|
| PasswordStoreChangeList PasswordStoreMac::AddLoginImpl(
|
|
|