Commit 758f6e7a authored by Vidhan's avatar Vidhan Committed by Chromium LUCI CQ

Added TODO for recording server profiles

Change-Id: I0aac983134a08eb79e4874d44f62f7c605597ed3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574738Reviewed-by: default avatarJan Krcal <jkrcal@chromium.org>
Commit-Queue: Vidhan Jain <vidhanj@google.com>
Cr-Commit-Position: refs/heads/master@{#834155}
parent cb11d594
......@@ -668,6 +668,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientWalletSyncTest, SameUpdatesAreIgnored) {
pdm->RecordUseOf(*cards[0]);
std::vector<AutofillProfile*> profiles = pdm->GetServerProfiles();
ASSERT_EQ(1uL, profiles.size());
// TODO(crbug.com/941498): Server profiles are not recorded.
pdm->RecordUseOf(*profiles[0]);
// Keep the same data (only change the customer data and the cloud token to
......@@ -725,6 +726,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientWalletSyncTest, ChangedEntityGetsUpdated) {
pdm->RecordUseOf(*cards[0]);
std::vector<AutofillProfile*> profiles = pdm->GetServerProfiles();
ASSERT_EQ(1uL, profiles.size());
// TODO(crbug.com/941498): Server profiles are not recorded.
pdm->RecordUseOf(*profiles[0]);
// Update the data (also change the customer data to force the full update as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment