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

Unified Diff: sync/protocol/autofill_specifics.proto

Issue 310463005: Fill in more name fields with requestAutocomplete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dumb test is dumb Created 6 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
Index: sync/protocol/autofill_specifics.proto
diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto
index 64d8e1e8ed9aea6f10f7764422fdebf1c1f93d4c..a772b0ee3404bd1069dbee6a965e6103959c84c6 100644
--- a/sync/protocol/autofill_specifics.proto
+++ b/sync/protocol/autofill_specifics.proto
@@ -25,6 +25,7 @@ message AutofillProfileSpecifics {
repeated string name_first = 2;
repeated string name_middle = 3;
repeated string name_last = 4;
+ repeated string name_full = 21;
repeated string email_address = 5;
optional string company_name = 6;
« no previous file with comments | « components/webdata/common/web_database_migration_unittest.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698