summaryrefslogtreecommitdiffstats
path: root/sync/protocol
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-04-07 15:54:00 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-07 22:55:14 +0000
commit378d323b7aa68cddef9429901a7992c4b6346c85 (patch)
tree545d82ae892526b326c35f4ee3fb5af86fcbd6f1 /sync/protocol
parent0a76becb3c8bc0dce4a6b05a1c3b7a1c42053d1d (diff)
downloadchromium_src-378d323b7aa68cddef9429901a7992c4b6346c85.zip
chromium_src-378d323b7aa68cddef9429901a7992c4b6346c85.tar.gz
chromium_src-378d323b7aa68cddef9429901a7992c4b6346c85.tar.bz2
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}
Diffstat (limited to 'sync/protocol')
-rw-r--r--sync/protocol/autofill_specifics.proto2
1 files changed, 1 insertions, 1 deletions
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;