diff options
author | lipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 19:21:10 +0000 |
---|---|---|
committer | lipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 19:21:10 +0000 |
commit | ecc980cabad875a4b28c41d6361be6fedb35036a (patch) | |
tree | 770c90a555a28ad271c15c8f153951352806919d /chrome/browser/sync/protocol | |
parent | b68c1c829cb6ca1c23233c35d4d94f21676f5438 (diff) | |
download | chromium_src-ecc980cabad875a4b28c41d6361be6fedb35036a.zip chromium_src-ecc980cabad875a4b28c41d6361be6fedb35036a.tar.gz chromium_src-ecc980cabad875a4b28c41d6361be6fedb35036a.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/sync/protocol')
-rw-r--r-- | chrome/browser/sync/protocol/autofill_specifics.proto | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |