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

Unified Diff: sync/protocol/autofill_specifics.proto

Issue 127403002: [Autofill, Sync] Sync additional Autofill address fields for i18n. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 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
Index: sync/protocol/autofill_specifics.proto
diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto
index f816e90da6fcdad0cbf3603f6e7fc7ee79b80c7c..1402e47d85e30f77b8095819d5a4f71fe5bd3306 100644
--- a/sync/protocol/autofill_specifics.proto
+++ b/sync/protocol/autofill_specifics.proto
@@ -28,7 +28,7 @@ message AutofillProfileSpecifics {
repeated string email_address = 5;
optional string company_name = 6;
- // Home address.
+ // Address.
optional string address_home_line1 = 7;
optional string address_home_line2 = 8;
optional string address_home_city = 9;
@@ -36,6 +36,11 @@ message AutofillProfileSpecifics {
optional string address_home_zip = 11;
optional string address_home_country = 12;
+ // Additional address fields for i18n.
+ optional string address_home_street_address = 17;
+ optional string address_home_sorting_code = 18;
+ optional string address_home_dependent_locality = 19;
+
// Phone.
repeated string phone_home_whole_number = 13;
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698