From ecc980cabad875a4b28c41d6361be6fedb35036a Mon Sep 17 00:00:00 2001 From: "lipalani@chromium.org" Date: Thu, 11 Nov 2010 19:21:10 +0000 Subject: Change the protocol specifics files to unblock the server team Change the protocol specific files to support the guid BUG= TEST= Review URL: http://codereview.chromium.org/4675006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65826 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/protocol/autofill_specifics.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/sync/protocol') diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto index a53a75a..536623c 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; } -- cgit v1.1