diff options
author | brettw <brettw@chromium.org> | 2015-02-19 16:11:22 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-20 00:12:20 +0000 |
commit | 1a0ad2ec395a54dab0c31d265e4db67f0b8b9eba (patch) | |
tree | 4c942a5ec4925418a539d949a21af5ce1d8c8a99 /sync | |
parent | 218a04b424934680f90aba877a97038673b4c39a (diff) | |
download | chromium_src-1a0ad2ec395a54dab0c31d265e4db67f0b8b9eba.zip chromium_src-1a0ad2ec395a54dab0c31d265e4db67f0b8b9eba.tar.gz chromium_src-1a0ad2ec395a54dab0c31d265e4db67f0b8b9eba.tar.bz2 |
Add a "name" field to the wallet address proto.
This was forgotten in the initial pass.
R=estade@chromium.org
Review URL: https://codereview.chromium.org/944633002
Cr-Commit-Position: refs/heads/master@{#317182}
Diffstat (limited to 'sync')
-rw-r--r-- | sync/protocol/autofill_specifics.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto index c613a40..5abb158 100644 --- a/sync/protocol/autofill_specifics.proto +++ b/sync/protocol/autofill_specifics.proto @@ -119,6 +119,7 @@ message WalletPostalAddress { // Server-generated unique ID string. This is opaque to the client. optional string id = 1; + optional string recipient_name = 12; optional string company_name = 2; // This is the street address, of which there may be multiple lines. This |