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

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

Issue 383083009: [Password Manager] Fix crash in reporting sync stats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 6 years, 5 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_factory.cc
diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc
index 8831553d6efbe48df2f562038bab1122929245ae..1eaf3851f03c7574f45f8eb346bb110b7f70795a 100644
--- a/chrome/browser/password_manager/password_store_factory.cc
+++ b/chrome/browser/password_manager/password_store_factory.cc
@@ -228,7 +228,7 @@ KeyedService* PasswordStoreFactory::BuildServiceInstanceFor(
NOTIMPLEMENTED();
#endif
std::string sync_username =
- password_manager_sync_metrics::GetPasswordSyncUsername(profile);
+ password_manager_sync_metrics::GetSyncUsername(profile);
if (!ps || !ps->Init(
sync_start_util::GetFlareForSyncableService(profile->GetPath()),
sync_username)) {
« no previous file with comments | « chrome/browser/password_manager/chrome_password_manager_client.cc ('k') | chrome/browser/password_manager/sync_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698