Chromium Code Reviews| Index: sync/protocol/autofill_specifics.proto |
| diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto |
| index c613a406eaff21a53ebbda0329cbc647e254eb95..765bef198605de0123d032f84486d5529f0e563b 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 name = 12; |
|
Evan Stade
2015/02/19 23:09:12
nit: recipient_name to match upstream?
|
| optional string company_name = 2; |
| // This is the street address, of which there may be multiple lines. This |