| Index: chrome/browser/sync/protocol/autofill_specifics.proto
|
| diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto
|
| index a53a75a07281ea696ec4fc1d25f330ca901b3a37..536623c6d0627ca6cd23b94eab7b77865f297ba2 100644
|
| --- a/chrome/browser/sync/protocol/autofill_specifics.proto
|
| +++ b/chrome/browser/sync/protocol/autofill_specifics.proto
|
| @@ -19,6 +19,8 @@ import "sync.proto";
|
| message AutofillProfileSpecifics {
|
| // User-defined label.
|
| optional string label = 1;
|
| +
|
| + optional string guid = 15;
|
|
|
| // Contact info.
|
| optional string name_first = 2;
|
| @@ -94,4 +96,5 @@ message AutofillSpecifics {
|
|
|
| extend EntitySpecifics {
|
| optional AutofillSpecifics autofill = 31729;
|
| + optional AutofillProfileSpecifics autofill_profile = 63951;
|
| }
|
|
|