New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 841438 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Oct 11
Cc:
Components:
EstimatedDays: ----
NextAction: 2018-10-20
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Bug



Sign in to add a comment

Remove migration code when most users use PasswordHashData

Project Member Reported by jialiul@chromium.org, May 9 2018

Issue description

In password_store.cc, migration code is currently in place to migrate the use of SyncPasswordData to PasswordHashData. 

"""
hash_password_manager_.MaybeMigrateExistingSyncPasswordHash(sync_username);
"""

We should monitor UMA metric ""PasswordManager.IsSyncPasswordHashSaved", to determine if majority of users have completed the migration (SAVED_VIA_LIST_PREF). 

When it happens, we should remove the migration code. 
 
NextAction: 2018-09-15
The NextAction date has arrived: 2018-09-15
NextAction: 2018-11-03
On Chrome OS, there are still >10% of password hash saved in the old format.
Let's wait for another milestone to delete these migration code.
NextAction: 2018-10-20
Status: Fixed (was: Assigned)
The NextAction date has arrived: 2018-10-20

Sign in to add a comment