forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Autofill local card migration] Add MigrateCardRequest class
This CL adds MigrateCardRequest class to generate the migration request and parse the response. According to the api, the generated request should follow the request format in the design doc: https://docs.google.com/document/d/1J7YyBeKZZaBhjAHnMEezvuBa5x1pk_XCh_yZvV_HMmc/edit#heading=h.n05gyfppyc56 The parsed response results are a map of unique-id to save_result and a display text. The following CLs will be: 1. Trigger the migration when main prompt is ready. 2. Pass the parsed result back to the UI for display. Bug: 852904 Change-Id: I0ca69ebbe4603aaebaed7664ce199c45d92c9b0a Reviewed-on: https://chromium-review.googlesource.com/1178571 Commit-Queue: Sujie Zhu <[email protected]> Reviewed-by: Jared Saul <[email protected]> Reviewed-by: Moe Ahmadi <[email protected]> Reviewed-by: Evan Stade <[email protected]> Cr-Commit-Position: refs/heads/master@{#586496}
- Loading branch information
Showing
5 changed files
with
393 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.