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

Unified Diff: sync/protocol/autofill_specifics.proto

Issue 944633002: Add a "name" field to the wallet address proto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | no next file » | 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 c613a406eaff21a53ebbda0329cbc647e254eb95..5abb158ed81d043076dff9d20cdcd87266ce013f 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698