New issue
Advanced search Search tips

Issue 775624 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug


Participants' hotlists:
Payments-Dedupe


Sign in to add a comment

Make PersonalDataManager match CPP implementation

Project Member Reported by tmartino@chromium.org, Oct 17 2017

Issue description

The Java wrapper around PersonalDataManager has tons of code that doesn't actually map to anything in CPP land. Compare:

https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java

vs.

https://cs.chromium.org/chromium/src/components/autofill/core/browser/personal_data_manager.h?q=personal_data_manager&dr=CSs

The irrelevant code should be moved into a util--or combined with CPP equivalents where possible.
 
Status: Assigned (was: Untriaged)

Sign in to add a comment