Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: sync/protocol/autofill_specifics.proto

Issue 2058513002: Add billing address identifier to WalletMaskedCard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update converter Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
// 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;
« no previous file with comments | « no previous file | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698