Chromium Code Reviews| Index: sync/protocol/autofill_specifics.proto |
| diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto |
| index 2b93ecd0d51add379a74cd0786524ca7d4361744..256e9606eb1a0e995cfd6c9bfc467cc549909c73 100644 |
| --- a/sync/protocol/autofill_specifics.proto |
| +++ b/sync/protocol/autofill_specifics.proto |
| @@ -111,12 +111,14 @@ message WalletMaskedCreditCard { |
| // Four-digit year (e.g. 2017). |
| optional int32 exp_year = 7; |
| + |
| + // The WalletPostalAddress.id of the billing address. |
| + optional string billing_address_id = 8; |
|
Nicolas Zea
2016/06/09 22:59:02
update proto_value_conversions.cc as well?
please use gerrit instead
2016/06/10 01:22:20
Done.
|
| } |
| // Different than an AutofillProfile because this represents some known address |
| // on the server that is pulled down rather than synced between Chromes. |
| message WalletPostalAddress { |
| - // DEPRECATED |
| optional string id = 1; |
| optional string recipient_name = 12; |