diff options
Diffstat (limited to 'sync/protocol/autofill_specifics.proto')
-rw-r--r-- | sync/protocol/autofill_specifics.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto index 4ca1102..f816e90 100644 --- a/sync/protocol/autofill_specifics.proto +++ b/sync/protocol/autofill_specifics.proto @@ -19,6 +19,7 @@ package sync_pb; // An AutofillProfile. message AutofillProfileSpecifics { optional string guid = 15; + optional string origin = 16; // Contact info. repeated string name_first = 2; |