From 378d323b7aa68cddef9429901a7992c4b6346c85 Mon Sep 17 00:00:00 2001 From: estade Date: Tue, 7 Apr 2015 15:54:00 -0700 Subject: Create syncable metadata table for Wallet credit cards and addresses. This is only used for usage statistics (without which we can't apply smart ordering to masked credit card suggestions, or sync usage stats between devices for unmasked cards). There was already code in place for IDs for addresses, which was essentially unused (ID was always empty). This generates an ID to help identify server addresses for the usage stat tracking. The tables are not actually synced yet (that's TODO). BUG=none Review URL: https://codereview.chromium.org/1042353003 Cr-Commit-Position: refs/heads/master@{#324142} --- sync/protocol/autofill_specifics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync/protocol') diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto index 85a868e..68547ae 100644 --- a/sync/protocol/autofill_specifics.proto +++ b/sync/protocol/autofill_specifics.proto @@ -116,7 +116,7 @@ message WalletMaskedCreditCard { // Different than an AutofillProfile because this represents some known address // on the server that is pulled down rather than synced between Chromes. message WalletPostalAddress { - // Server-generated unique ID string. This is opaque to the client. + // DEPRECATED optional string id = 1; optional string recipient_name = 12; -- cgit v1.1