| 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;
|
|
|
|
|